Fix: timers not removing from second queue on init (#64138)

Fixes #56292
Why It's Good For The Game

Increases chances of smooth experience
Changelog

cl Semoro
fix: timers not removing from second queue on init
/cl
This commit is contained in:
Aziz Chynaliev
2022-01-23 10:25:33 +13:00
committed by GitHub
parent 90ae63a79c
commit 2ce983ecb5
+1 -1
View File
@@ -466,7 +466,7 @@ SUBSYSTEM_DEF(timer)
if(buckethead == src)
bucket_list[bucket_pos] = next
timer_subsystem.bucket_count--
else if(timeToRun < TIMER_MAX(timer_subsystem))
else if(bucket_joined)
timer_subsystem.bucket_count--
else
var/l = length(second_queue)