rogeraabbccdd/Kento-Rankme

Round MVP chat announcement ignores rankme_changes_chat CVAR

DollarsQuest opened this issue · 0 comments

We're running the plugin with rankme_changes_chat set to 0. This is hiding most messages, but we're still seeing the "Player [x] got y point(s) for being the MVP." messages at the end of each round.

Looking at the script I think this is because most events that print to that chat check g_bChatChange first, but the check is missing from Event_RoundMVP.

May be related to issue #163 but the Round MVP message is the only one I've noticed that isn't being hidden.

Edit: this also happens with Event_WinPanelMatch.