mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Tweaks MC logic (#17378)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
queue_node_priority = queue_node.queued_priority
|
||||
queue_node_flags = queue_node.flags
|
||||
|
||||
if(queue_node_flags & SS_TICKER)
|
||||
if(queue_node_flags & (SS_TICKER|SS_BACKGROUND) == SS_TICKER)
|
||||
if((SS_flags & (SS_TICKER|SS_BACKGROUND)) != SS_TICKER)
|
||||
continue
|
||||
if(queue_node_priority < SS_priority)
|
||||
|
||||
Reference in New Issue
Block a user