forgot one

This commit is contained in:
fokkonaut 2019-01-11 15:10:09 +01:00 committed by Dennis Felsing
parent fe4426b008
commit d156ac47b7

View file

@ -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())