fix(Scripts/Commands): Don't set error message flag for successful event activelist command. (#22824)
This commit is contained in:
parent
fa087ff054
commit
d55851c513
1 changed files with 0 additions and 2 deletions
|
|
@ -71,8 +71,6 @@ public:
|
|||
if (counter == 0)
|
||||
handler->SendSysMessage(LANG_NOEVENTFOUND);
|
||||
|
||||
handler->SetSentErrorMessage(true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue