Skip to content

Commit

Permalink
ScriptedIOProperties: Remove unused flag from HaloCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Oct 28, 2023
1 parent a50f803 commit 76e6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/ScriptedIOProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 76e6925

Please sign in to comment.