mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fix: timers not removing from second queue on init (#17328)
This commit is contained in:
@@ -463,7 +463,7 @@ SUBSYSTEM_DEF(timer)
|
||||
if(buckethead == src)
|
||||
bucket_list[bucket_pos] = next
|
||||
SStimer.bucket_count--
|
||||
else if(timeToRun < TIMER_MAX)
|
||||
else if(bucket_joined)
|
||||
SStimer.bucket_count--
|
||||
else
|
||||
var/l = length(second_queue)
|
||||
|
||||
Reference in New Issue
Block a user