mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
commit
906baa5d2e
|
@ -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++)
|
||||
|
|
Loading…
Reference in a new issue