13
0
geforkt von Mirrors/Velocity

Fix fresh 1.1.0 velocity.toml generation.

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-11-16 22:34:30 -05:00
Ursprung 010a10f50f
Commit e12f970684

Datei anzeigen

@ -100,7 +100,7 @@ public class VelocityConfiguration extends AnnotatedConfig implements ProxyConfi
" configuration is used if no servers could be contacted."
})
@ConfigKey("ping-passthrough")
private PingPassthroughMode pingPassthrough;
private PingPassthroughMode pingPassthrough = PingPassthroughMode.DISABLED;
@Table("[servers]")
private final Servers servers;