mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[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:
co-authored by
Aziz Chynaliev
parent
37d835a9c4
commit
893cb616be
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user