From 240acb6e32f46331246156245d9bc370455a892a Mon Sep 17 00:00:00 2001 From: AlexProgrammerDE <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:56:32 +0100 Subject: [PATCH] Remove no longer needed config option --- .../main/java/net/pistonmaster/pistonqueue/shared/Config.java | 2 +- shared/src/main/resources/proxy_config.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/shared/src/main/java/net/pistonmaster/pistonqueue/shared/Config.java b/shared/src/main/java/net/pistonmaster/pistonqueue/shared/Config.java index e2e40a4..d1f1f05 100644 --- a/shared/src/main/java/net/pistonmaster/pistonqueue/shared/Config.java +++ b/shared/src/main/java/net/pistonmaster/pistonqueue/shared/Config.java @@ -32,7 +32,7 @@ public final class Config { public static boolean POSITION_MESSAGE_HOT_BAR, ENABLE_KICK_MESSAGE, ENABLE_AUTH_SERVER, ALWAYS_QUEUE, REGISTER_TAB, AUTH_FIRST, POSITION_MESSAGE_CHAT, - PAUSE_QUEUE_IF_MAIN_DOWN, KICK_WHEN_DOWN, FORCE_MAIN_SERVER, ALLOW_AUTH_SKIP, + PAUSE_QUEUE_IF_MAIN_DOWN, KICK_WHEN_DOWN, FORCE_MAIN_SERVER, IF_MAIN_DOWN_SEND_TO_QUEUE, RECOVERY, ENABLE_USERNAME_REGEX, SEND_XP_SOUND; public static int QUEUE_MOVE_DELAY, SERVER_ONLINE_CHECK_DELAY, POSITION_MESSAGE_DELAY, diff --git a/shared/src/main/resources/proxy_config.yml b/shared/src/main/resources/proxy_config.yml index e3de649..22f5b12 100644 --- a/shared/src/main/resources/proxy_config.yml +++ b/shared/src/main/resources/proxy_config.yml @@ -81,10 +81,6 @@ AUTH_SERVER: "auth" # We will not provide support for this feature!!! AUTH_FIRST: false -# Do you want people to join directly to the queue server to be able to get queued? -# Makes sense when having auth first and the plugin redirecting you instantly to the queue. -ALLOW_AUTH_SKIP: true - # Connecting to server message JOINING_MAIN_SERVER: "&6Connecting to the server..."