Skip to content

Commit

Permalink
donators with at least 3 tier ignore the queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe committed Nov 20, 2023
1 parent e196702 commit 74fa91c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_ss220/queue/code/new_player_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
SSqueue.queue_bypass_list |= ckey
return

if(client.donator_level >= 3)
SSqueue.queue_bypass_list |= ckey
return

if(length(GLOB.clients) < SSqueue.queue_threshold)
SSqueue.queue_bypass_list |= ckey
return
Expand Down

0 comments on commit 74fa91c

Please sign in to comment.