Log an error if a [variable] is found that's not comparing any values.

This commit is contained in:
Pentarctagon 2021-04-07 12:30:11 -05:00 committed by Pentarctagon
parent f70039fe26
commit 01695acfe0

View file

@ -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;
}
}