From d52248a773c786a98232d954ba8e94438fb45eaf Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sun, 5 Jul 2020 15:56:39 -0700 Subject: [PATCH] made false default value for remove-player-on-server-switch --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6c6b6c8..f36ab27 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -34,8 +34,8 @@ kick-reasons: # If they join another queue, they will be removed from the previous one no matter what # This is more meant for if you have multiple lobbies if you want to let the player switch # between them without losing their queue position -# Default: true -remove-player-on-server-switch: true +# Default: false +remove-player-on-server-switch: false # Should we wait until the server is done loading to load the servers?