Log an error if a [variable] is found that's not comparing any values.
This commit is contained in:
parent
f70039fe26
commit
01695acfe0
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ namespace builtin_conditions {
|
|||
#undef TEST_STR_ATTR
|
||||
#undef TEST_NUM_ATTR
|
||||
#undef TEST_BOL_ATTR
|
||||
|
||||
lg::wml_error() << "[variable] found with no comparison attribute\n";
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue