geforkt von Mirrors/Velocity
Explicitly warn against offline-mode
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren