Hide this debug message

This commit is contained in:
TehRealSalt 2019-05-02 12:50:05 -04:00
parent 25f277e185
commit 489032f734
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}