Switch forwarding mode to none by default

This commit is contained in:
Andrew Steinborn 2018-10-15 14:27:50 -04:00
parent dcef9e4803
commit b7d7e3cc89

View File

@ -51,7 +51,7 @@ public class VelocityConfiguration extends AnnotatedConfig implements ProxyConfi
"- \"modern\": Forward player IPs and UUIDs as part of the login process using Velocity's native",
" forwarding. Only applicable for Minecraft 1.13 or higher."})
@ConfigKey("player-info-forwarding-mode")
private PlayerInfoForwarding playerInfoForwardingMode = PlayerInfoForwarding.MODERN;
private PlayerInfoForwarding playerInfoForwardingMode = PlayerInfoForwarding.NONE;
@StringAsBytes
@Comment("If you are using modern IP forwarding, configure an unique secret here.")