From a4ebd15aa051294cd75c830b8600aea448fba0f5 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Fri, 3 Nov 2023 10:21:14 -0700 Subject: [PATCH] [nolist] improve skip-queue-server-if-possible comment --- common/src/main/resources/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/main/resources/config.yml b/common/src/main/resources/config.yml index 99abeb2e..760a8bab 100644 --- a/common/src/main/resources/config.yml +++ b/common/src/main/resources/config.yml @@ -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