mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
add missing semicolon
This commit is contained in:
parent
d156ac47b7
commit
b2b6d25a92
|
@ -1943,7 +1943,7 @@ void CClient::ProcessServerPacket(CNetChunk *pPacket)
|
|||
int NewTimeScore = Unpacker.GetInt();
|
||||
if (Unpacker.Error())
|
||||
return;
|
||||
GameClient()->OnTimeScore(NewTimeScore, g_Config.m_ClDummy)
|
||||
GameClient()->OnTimeScore(NewTimeScore, g_Config.m_ClDummy);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue