made false default value for remove-player-on-server-switch

This commit is contained in:
ajgeiss0702
2020-07-05 15:56:39 -07:00
parent 08ffe5887e
commit d52248a773
+2 -2
View File
@@ -34,8 +34,8 @@ kick-reasons:
# If they join another queue, they will be removed from the previous one no matter what # 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 # 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 # between them without losing their queue position
# Default: true # Default: false
remove-player-on-server-switch: true remove-player-on-server-switch: false
# Should we wait until the server is done loading to load the servers? # Should we wait until the server is done loading to load the servers?