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

This commit is contained in:
Aziz Chynaliev
2022-01-16 09:02:49 +01:00
committed by GitHub
parent a832260862
commit 25de275285
+1 -1
View File
@@ -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)