mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Fix a duped line
This commit is contained in:
parent
4da56398ca
commit
69a760c923
1 changed files with 0 additions and 1 deletions
|
@ -1491,7 +1491,6 @@ static boolean SV_SendServerConfig(INT32 node)
|
|||
|
||||
if (!playeringame[i])
|
||||
continue;
|
||||
netbuffer->u.servercfg.adminplayers[i] = (SINT8)adminplayers[i];
|
||||
netbuffer->u.servercfg.playerskins[i] = (UINT8)players[i].skin;
|
||||
netbuffer->u.servercfg.playercolor[i] = (UINT8)players[i].skincolor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue