Fix CS:GO sm_msay

This commit is contained in:
komashchenko 2017-06-11 23:08:25 +03:00 committed by Nicholas Hastings
parent 3ca6e5d604
commit 9563fc8f42

View File

@ -408,7 +408,7 @@ void SendPanelToAll(int from, char[] message)
mSayPanel.DrawText(message);
mSayPanel.DrawItem("", ITEMDRAW_SPACER);
mSayPanel.CurrentKey = 10;
mSayPanel.CurrentKey = GetMaxPageItems(mSayPanel.Style);
mSayPanel.DrawItem("Exit", ITEMDRAW_CONTROL);
for(int i = 1; i <= MaxClients; i++)