Skip to content

Commit

Permalink
[nolist] improve skip-queue-server-if-possible comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Nov 3, 2023
1 parent 88b61ac commit a4ebd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ queue-server-delay: 0

# Before a player connects to a queue-server, check if they would be instantly sent to the target server.
# If they would, this option will bypass the queue-server completely and connect them directly to the target server.
# If they would not be sent instantly, then they will be put in the queue in the queue-server as normal.
# Default: true
skip-queue-server-if-possible: true


Expand Down

0 comments on commit a4ebd15

Please sign in to comment.