mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
Explicitly warn against offline-mode
This commit is contained in:
parent
ba7cdac812
commit
7df1a9636e
@ -113,7 +113,8 @@ public class VelocityConfiguration implements ProxyConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!onlineMode) {
|
if (!onlineMode) {
|
||||||
logger.info("Proxy is running in offline mode!");
|
logger.warn("The proxy is running in offline mode! This is a security risk and you will NOT "
|
||||||
|
+ "receive any support assistance!");
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (playerInfoForwardingMode) {
|
switch (playerInfoForwardingMode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user