diff --git a/code/modules/shuttle/on_move.dm b/code/modules/shuttle/on_move.dm index 77eec512d8..b527894d0a 100644 --- a/code/modules/shuttle/on_move.dm +++ b/code/modules/shuttle/on_move.dm @@ -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 /////////////////////////////////////////////////////////////////////////////////////