Skip to content

Commit

Permalink
Remove no longer needed config option
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 1, 2022
1 parent 6c74d97 commit 240acb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 0 additions & 4 deletions shared/src/main/resources/proxy_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit 240acb6

Please sign in to comment.