mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Make it unique per tag.
This commit is contained in:
@@ -101,7 +101,7 @@ var/global/datum/controller/garbage_collector/garbage
|
||||
|
||||
/datum/controller/New()
|
||||
. = ..()
|
||||
tag = "NO GC CONTROLLER"
|
||||
tag = "[type]:NOGC"
|
||||
|
||||
/datum/Del()
|
||||
sleep(-1)
|
||||
|
||||
Reference in New Issue
Block a user