Skip to content

Commit

Permalink
update to use ChatHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jul 19, 2024
1 parent d008517 commit efcddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PvPstatsAnnouncer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PvPstatsAnnouncer : public WorldScript

void OutputGlobal(std::string const& message)
{
sWorld->SendGlobalText(message.c_str(), nullptr);
ChatHandler(this).SendGlobalSysMessage(message.c_str());
}
};

Expand Down

0 comments on commit efcddfe

Please sign in to comment.