mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove useless code
This commit is contained in:
parent
57889d5fbc
commit
c7cc656f1a
|
@ -612,8 +612,6 @@ void CGameClient::OnMessage(int MsgId, CUnpacker *pUnpacker)
|
|||
}
|
||||
else if(MsgId == NETMSGTYPE_SV_TEAMSSTATE)
|
||||
{
|
||||
CNetMsg_Sv_TeamsState *pMsg = (CNetMsg_Sv_TeamsState *)pRawMsg;
|
||||
|
||||
unsigned int i;
|
||||
|
||||
for(i = 0; i < MAX_CLIENTS; i++)
|
||||
|
|
Loading…
Reference in a new issue