You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: