mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 11:51:20 +00:00
kartdebugitem defaultvalue = None
Should remove console spam
This commit is contained in:
parent
b7bfa5a5c7
commit
9159f5da05
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ static CV_PossibleValue_t kartdebugitem_cons_t[] =
|
|||
#undef FOREACH
|
||||
{0}
|
||||
};
|
||||
consvar_t cv_kartdebugitem = CVAR_INIT ("kartdebugitem", "0", CV_NETVAR|CV_CHEAT, kartdebugitem_cons_t, NULL);
|
||||
consvar_t cv_kartdebugitem = CVAR_INIT ("kartdebugitem", "None", CV_NETVAR|CV_CHEAT, kartdebugitem_cons_t, NULL);
|
||||
static CV_PossibleValue_t kartdebugamount_cons_t[] = {{1, "MIN"}, {255, "MAX"}, {0, NULL}};
|
||||
consvar_t cv_kartdebugamount = CVAR_INIT ("kartdebugamount", "1", CV_NETVAR|CV_CHEAT, kartdebugamount_cons_t, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue