mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
forgot one
This commit is contained in:
parent
fe4426b008
commit
d156ac47b7
|
@ -2165,7 +2165,7 @@ void CClient::ProcessServerPacketDummy(CNetChunk *pPacket)
|
|||
}
|
||||
}
|
||||
}
|
||||
else if(Msg == NETMSG_DDRACE_SCORE)
|
||||
else if(Msg == NETMSG_TIME_SCORE)
|
||||
{
|
||||
int NewTimeScore = Unpacker.GetInt();
|
||||
if (Unpacker.Error())
|
||||
|
|
Loading…
Reference in a new issue