From bff37498445d01e112b69581437b8c849de4e13f Mon Sep 17 00:00:00 2001 From: ZombieToad <25847476+ZombieToad@users.noreply.github.com> Date: Fri, 12 Oct 2018 22:39:01 +0100 Subject: [PATCH] whisper typo --- src/game/client/components/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 090a7df7b..bee53754f 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -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++)