mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
I'm stupid.
This commit is contained in:
parent
2ee22fc40a
commit
f1b1e1aa9b
1 changed files with 1 additions and 1 deletions
|
|
@ -2434,7 +2434,7 @@ void SetPlayerSkinByNum(INT32 playernum, INT32 skinnum)
|
|||
P_SetScale(player->mo, player->mo->scale);
|
||||
return;
|
||||
}
|
||||
else if !R_SkinUnlock(skinnum) // Sneaky sneaky.
|
||||
else if (skinnum >= 0 && skinnum < numskins)
|
||||
skinnum = -1;
|
||||
|
||||
if (P_IsLocalPlayer(player))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue