Skip to content

Commit 0307408

Browse files
committed
refactor(config/queue): fix typo and improve wording
1 parent f8cdc40 commit 0307408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/queue.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ return {
1212

1313
---Sub-queues from most to least prioritized.
1414
---The first sub-queue without a predicate function will be considered the default.
15-
---If a player doesn't pass any predicated and a sub-queuee with no predicate does not exist they will not be let into the server unless player slots are available.
15+
---If a player doesn't pass any predicate and a sub-queuee with no predicate does not exist they will not be let into the server unless a player slot is available.
1616
---@type SubQueueConfig[]
1717
subQueues = {
1818
{ name = 'Admin Queue', predicate = function(source) return HasPermission(source, 'admin') end },

0 commit comments

Comments
 (0)