13
0
geforkt von Mirrors/Velocity

Update this with the true default.

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-07-20 22:08:30 -04:00
Ursprung 76abb790e1
Commit c3e2321994

Datei anzeigen

@ -585,7 +585,7 @@ public class VelocityConfiguration implements ProxyConfig {
private boolean tcpFastOpen = false;
private boolean bungeePluginMessageChannel = true;
private boolean showPingRequests = false;
private boolean failoverOnUnexpectedServerDisconnect = false;
private boolean failoverOnUnexpectedServerDisconnect = true;
private boolean logCommandExecutions = false;
private Advanced() {