Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent a5a0f261e2
commit 14a60ef46c
168 changed files with 230 additions and 237 deletions

View File

@@ -49,7 +49,7 @@ bool Exec::init(std::string *error) {
}
bool Exec::evaluate(RuleWithActions *rule, Transaction *t) {
bool Exec::execute(RuleWithActions *rule, Transaction *t) {
ms_dbg_a(t, 8, "Running script... " + m_script);
m_lua.run(t);
return true;