This commit is contained in:
mwerezak
2014-08-14 17:37:16 -04:00
committed by ZomgPonies
parent ed484b68aa
commit f62aeee76e
+1 -1
View File
@@ -31,7 +31,7 @@ obj/machinery/door/airlock/receive_signal(datum/signal/signal)
execute_current_command()
obj/machinery/door/airlock/proc/execute_current_command()
if(!operating)
if(operating)
return //emagged or busy doing something else
if (!cur_command)