mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-03 16:01:08 +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])
|
if (!playeringame[i])
|
||||||
continue;
|
continue;
|
||||||
netbuffer->u.servercfg.adminplayers[i] = (SINT8)adminplayers[i];
|
|
||||||
netbuffer->u.servercfg.playerskins[i] = (UINT8)players[i].skin;
|
netbuffer->u.servercfg.playerskins[i] = (UINT8)players[i].skin;
|
||||||
netbuffer->u.servercfg.playercolor[i] = (UINT8)players[i].skincolor;
|
netbuffer->u.servercfg.playercolor[i] = (UINT8)players[i].skincolor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue