mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Fixes #6002
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user