From 5066a18dd7f012006c76d6b5c7db9bc7a598c9e2 Mon Sep 17 00:00:00 2001 From: mohammed Alteniji Date: Tue, 2 May 2023 20:14:58 +0400 Subject: [PATCH] uncomment disable-kick-when-online in the config and make it false by default (#75) closes #74 --- RedisBungee-API/src/main/resources/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RedisBungee-API/src/main/resources/config.yml b/RedisBungee-API/src/main/resources/config.yml index e2ab3f2..85ef226 100644 --- a/RedisBungee-API/src/main/resources/config.yml +++ b/RedisBungee-API/src/main/resources/config.yml @@ -74,9 +74,7 @@ override-bungee-commands: false exempt-ip-addresses: [] # restore old login when online behavior before 0.9.0 update -# uncomment to enable it - -# disable-kick-when-online: true +disable-kick-when-online: false # Config version DO NOT CHANGE!!!! config-version: 1