mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes timers not GCing
This commit is contained in:
committed by
GitHub
parent
7a48f76d83
commit
32c8e178bf
@@ -284,7 +284,8 @@ var/datum/subsystem/timer/SStimer
|
||||
prev.next = null
|
||||
if (next && next.prev == src)
|
||||
next.prev = null
|
||||
|
||||
next = null
|
||||
prev = null
|
||||
return QDEL_HINT_IWILLGC
|
||||
|
||||
proc/addtimer(datum/callback/callback, wait, flags)
|
||||
@@ -335,4 +336,4 @@ proc/addtimer(datum/callback/callback, wait, flags)
|
||||
|
||||
|
||||
#undef BUCKET_LEN
|
||||
#undef BUCKET_POS
|
||||
#undef BUCKET_POS
|
||||
|
||||
Reference in New Issue
Block a user