mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-21 13:01:18 +00:00
Fix a duped line
This commit is contained in:
parent
bf5d14c37f
commit
b3cd4283e4
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…
Add table
Reference in a new issue