Merge pull request #1518 from ZombieToad/patch-1

whisper typo
This commit is contained in:
oy 2018-10-13 08:15:30 +02:00 committed by GitHub
commit 906baa5d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ bool CChat::OnInput(IInput::CEvent Event)
}
if(Event.m_Flags&IInput::FLAG_PRESS && Event.m_Key == KEY_TAB)
{
if (m_Mode = CHAT_WHISPER)
if (m_Mode == CHAT_WHISPER)
{
// pick next player as target
for(int i = 0; i < MAX_CLIENTS; i++)