Skip to content

Commit

Permalink
refactor(config/queue): fix typo and improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Dec 25, 2023
1 parent f8cdc40 commit 0307408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/queue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return {

---Sub-queues from most to least prioritized.
---The first sub-queue without a predicate function will be considered the default.
---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.
---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.
---@type SubQueueConfig[]
subQueues = {
{ name = 'Admin Queue', predicate = function(source) return HasPermission(source, 'admin') end },
Expand Down

0 comments on commit 0307408

Please sign in to comment.