mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Fixes #9037.
Just one of many potential qdel issues. More to come, yay.
This commit is contained in:
@@ -18,7 +18,7 @@ var/list/delayed_garbage = list()
|
||||
|
||||
/datum/controller/process/garbage_collector/setup()
|
||||
name = "garbage"
|
||||
schedule_interval = 6 SECONDS
|
||||
schedule_interval = 2 SECONDS
|
||||
|
||||
if(!garbage_collector)
|
||||
garbage_collector = src
|
||||
|
||||
Reference in New Issue
Block a user