mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
Hide this debug message
This commit is contained in:
parent
25f277e185
commit
489032f734
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…
Reference in a new issue