diff --git a/src/c_dispatch.cpp b/src/c_dispatch.cpp index cb1fb47e1..6ebc0be99 100644 --- a/src/c_dispatch.cpp +++ b/src/c_dispatch.cpp @@ -243,7 +243,7 @@ void DWaitingCommand::Tick () { if (--TicsLeft == 0) { - UnsafeExecutionScope scope; + UnsafeExecutionScope scope(IsUnsafe); AddCommandString (Command); Destroy (); }