fix(Scripts/Commands): Don't set error message flag for successful event activelist command. (#22824)

This commit is contained in:
Benjamin Jackson
2025-09-06 19:11:38 -04:00
committed by GitHub
parent fa087ff054
commit d55851c513

View File

@@ -71,8 +71,6 @@ public:
if (counter == 0)
handler->SendSysMessage(LANG_NOEVENTFOUND);
handler->SetSentErrorMessage(true);
return true;
}