diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 85b34499137..37714e5e111 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -107,6 +107,8 @@ to_chat(usr, "Error: Calibration in progress. Stand by.") return + . = TRUE + switch(action) if("eject") eject()