mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 04:00:41 +00:00
that should be skin2, not skin
This commit is contained in:
parent
93a9b0cc84
commit
bd935a6a5c
1 changed files with 3 additions and 3 deletions
|
@ -1239,10 +1239,10 @@ static void SendNameAndColor2(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cv_skin.value = players[secondplaya].skin;
|
cv_skin2.value = players[secondplaya].skin;
|
||||||
CV_StealthSet(&cv_skin, skins[players[secondplaya].skin].name);
|
CV_StealthSet(&cv_skin2, skins[players[secondplaya].skin].name);
|
||||||
// will always be same as current
|
// will always be same as current
|
||||||
SetPlayerSkin(secondplaya, cv_skin.string);
|
SetPlayerSkin(secondplaya, cv_skin2.string);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue