mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-04-12 16:50:31 +08:00
Fix typo that forced modern forwarding on.
This commit is contained in:
parent
e86b2b711b
commit
d3a14721bc
@ -335,7 +335,7 @@ public class VelocityConfiguration extends AnnotatedConfig {
|
||||
toml.getString("motd", "&3A Velocity Server"),
|
||||
toml.getLong("show-max-players", 500L).intValue(),
|
||||
toml.getBoolean("online-mode", true),
|
||||
PlayerInfoForwarding.valueOf(toml.getString("player-info-forwarding", "MODERN").toUpperCase()),
|
||||
PlayerInfoForwarding.valueOf(toml.getString("player-info-forwarding-mode", "MODERN").toUpperCase()),
|
||||
forwardingSecret,
|
||||
servers,
|
||||
advanced,
|
||||
|
Loading…
x
Reference in New Issue
Block a user