[MIRROR] Removes dead testing code (#2854)

* Merge pull request #30860 from ninjanomnom/quickfix

Removes dead testing code

* Removes dead testing code
This commit is contained in:
CitadelStationBot
2017-09-19 06:24:12 -05:00
committed by Poojawa
parent 32ec532c1c
commit 9c9020ec32
-7
View File
@@ -64,13 +64,6 @@ All ShuttleMove procs go here
// Called on the new turf after everything has been moved
/turf/proc/afterShuttleMove(turf/oldT)
if(SSlighting.initialized && FALSE)
var/atom/movable/lighting_object/old_obj = lighting_object
var/atom/movable/lighting_object/new_obj = oldT.lighting_object
if(old_obj)
old_obj.update()
if(new_obj)
new_obj.update()
return TRUE
/////////////////////////////////////////////////////////////////////////////////////