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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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