[MIRROR] Fix: timers not removing from second queue on init [MDB IGNORE] (#10902)

* 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

* Fix: timers not removing from second queue on init

Co-authored-by: Aziz Chynaliev <azizonkg@gmail.com>
This commit is contained in:
SkyratBot
2022-01-22 22:20:57 +00:00
committed by GitHub
co-authored by Aziz Chynaliev
parent 37d835a9c4
commit 893cb616be
+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)