mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 08:22:28 +00:00
Hide this debug message
This commit is contained in:
parent
2c49feeb9c
commit
b679cfe5c5
1 changed files with 1 additions and 1 deletions
|
|
@ -4855,7 +4855,7 @@ static void FindClosestSkinForStats(UINT32 p, UINT8 kartspeed, UINT8 kartweight)
|
|||
{
|
||||
INT32 closest_skin = GetSkinNumClosestToStats(kartspeed, kartweight);
|
||||
|
||||
CONS_Printf("Using %s instead...\n", skins[closest_skin].name);
|
||||
//CONS_Printf("Using %s instead...\n", skins[closest_skin].name);
|
||||
SetPlayerSkinByNum(p, closest_skin);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue