3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

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) {