From 4ab59d762b22633ae289a6bcc42da3fd6d687fe4 Mon Sep 17 00:00:00 2001 From: BeebBeebBoob Date: Tue, 22 Oct 2024 13:53:44 +0300 Subject: [PATCH] alone_shuttle fix --- code/modules/shuttle/shuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 9175b327882..ae2a84dfd62 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -606,7 +606,7 @@ for(var/obj/docking_port/stationary/S in SSshuttle.stationary) if(S.id == roundstart_move) return S - if(alone_shuttle) + if(!alone_shuttle) log_runtime(EXCEPTION("couldn't find roundstart dock for \"[name]\" with id: [id]")) /obj/docking_port/mobile/proc/dockRoundstart()