Skip to content

Commit 240acb6

Browse files
Remove no longer needed config option
1 parent 6c74d97 commit 240acb6

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

shared/src/main/java/net/pistonmaster/pistonqueue/shared/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class Config {
3232

3333
public static boolean POSITION_MESSAGE_HOT_BAR, ENABLE_KICK_MESSAGE,
3434
ENABLE_AUTH_SERVER, ALWAYS_QUEUE, REGISTER_TAB, AUTH_FIRST, POSITION_MESSAGE_CHAT,
35-
PAUSE_QUEUE_IF_MAIN_DOWN, KICK_WHEN_DOWN, FORCE_MAIN_SERVER, ALLOW_AUTH_SKIP,
35+
PAUSE_QUEUE_IF_MAIN_DOWN, KICK_WHEN_DOWN, FORCE_MAIN_SERVER,
3636
IF_MAIN_DOWN_SEND_TO_QUEUE, RECOVERY, ENABLE_USERNAME_REGEX, SEND_XP_SOUND;
3737

3838
public static int QUEUE_MOVE_DELAY, SERVER_ONLINE_CHECK_DELAY, POSITION_MESSAGE_DELAY,

shared/src/main/resources/proxy_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ AUTH_SERVER: "auth"
8181
# We will not provide support for this feature!!!
8282
AUTH_FIRST: false
8383

84-
# Do you want people to join directly to the queue server to be able to get queued?
85-
# Makes sense when having auth first and the plugin redirecting you instantly to the queue.
86-
ALLOW_AUTH_SKIP: true
87-
8884
# Connecting to server message
8985
JOINING_MAIN_SERVER: "&6Connecting to the server..."
9086

0 commit comments

Comments
 (0)