This commit is contained in:
ZomgPonies
2015-02-25 10:58:56 -05:00
parent 80b83105fe
commit 710d60abda
15 changed files with 57 additions and 52 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ datum/controller/lighting/New()
if(lighting_controller != src)
if(istype(lighting_controller,/datum/controller/lighting))
Recover() //if we are replacing an existing lighting_controller (due to a crash) we attempt to preserve as much as we can
del(lighting_controller)
qdel(lighting_controller)
lighting_controller = src