13
0
geforkt von Mirrors/Velocity

Explicitly warn against offline-mode

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-08-25 19:01:06 -04:00
Ursprung ba7cdac812
Commit 7df1a9636e

Datei anzeigen

@ -113,7 +113,8 @@ public class VelocityConfiguration implements ProxyConfig {
}
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) {