From c3e23219947f9d3811ddd8879f2fcb449da57c58 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Mon, 20 Jul 2020 22:08:30 -0400 Subject: [PATCH] Update this with the true default. --- .../com/velocitypowered/proxy/config/VelocityConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java b/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java index b44474ab7..1c84be6d6 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java @@ -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() {