[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:
committed by
Poojawa
parent
32ec532c1c
commit
9c9020ec32
@@ -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
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user