From ccc3328935a0240a08213e9fa73fa6cd66d9b79e Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 15 Feb 2017 09:10:13 -0500 Subject: [PATCH] Fixes a warning caused preloader not running --- code/modules/shuttle/emergency.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index 76839102a89..5cde17e4e2a 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -400,9 +400,9 @@ return 1 /obj/docking_port/mobile/pod/New() + ..() if(id == "pod") WARNING("[type] id has not been changed from the default. Use the id convention \"pod1\" \"pod2\" etc.") - ..() /obj/docking_port/mobile/pod/cancel() return