From fbe7f5ab4f5ba2e56e861b336c506f276becded0 Mon Sep 17 00:00:00 2001 From: ninjanomnom Date: Thu, 18 Jan 2018 21:43:44 -0500 Subject: [PATCH] removed an extra checktick that could cause issues --- code/modules/shuttle/docking.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/shuttle/docking.dm b/code/modules/shuttle/docking.dm index eda3bf90517..b12662c02d0 100644 --- a/code/modules/shuttle/docking.dm +++ b/code/modules/shuttle/docking.dm @@ -88,8 +88,6 @@ if(!canMove()) return DOCKING_IMMOBILIZED - CHECK_TICK - takeoff(old_turfs, new_turfs, moved_atoms, rotation, movement_direction, old_dock, underlying_old_area) CHECK_TICK