diff --git a/src/script/ScriptedIOProperties.cpp b/src/script/ScriptedIOProperties.cpp index cd82e97220..6b2ab28fa6 100644 --- a/src/script/ScriptedIOProperties.cpp +++ b/src/script/ScriptedIOProperties.cpp @@ -447,7 +447,7 @@ class HaloCommand : public Command { Entity * io = context.getEntity(); - HandleFlags("ofnlcs") { + HandleFlags("ofncs") { if(flg & flag('o')) { io->halo_native.flags |= HALO_ACTIVE;