Skip to content

Commit 01a7858

Browse files
committed
Added KeepEvaluating to the alias_flag table
1 parent 4821326 commit 01a7858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripting/lua_methods.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7118,6 +7118,7 @@ static flags_pair alias_flags[] =
71187118
{
71197119

71207120
{ "Enabled", 1 }, // same as for AddTrigger
7121+
{ "KeepEvaluating", 8 }, // same as for AddTrigger
71217122
{ "IgnoreAliasCase", 32 }, // ignore case when matching
71227123
{ "OmitFromLogFile", 64 }, // omit this alias from the log file
71237124
{ "RegularExpression", 128 }, // alias is regular expressions

0 commit comments

Comments
 (0)