mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Allow for the previous defaulting system to continue working.
This commit is contained in:
parent
3186d6a4e4
commit
2bdf432703
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ void D_RegisterClientCommands(void)
|
||||||
|
|
||||||
// register these so it is saved to config
|
// register these so it is saved to config
|
||||||
if ((username = I_GetUserName()))
|
if ((username = I_GetUserName()))
|
||||||
cv_playername.defaultvalue = username;
|
cv_playername.defaultvalue = cv_defaultplayername.defaultvalue = username;
|
||||||
CV_RegisterVar(&cv_playername);
|
CV_RegisterVar(&cv_playername);
|
||||||
CV_RegisterVar(&cv_playercolor);
|
CV_RegisterVar(&cv_playercolor);
|
||||||
CV_RegisterVar(&cv_skin); // r_things.c (skin NAME)
|
CV_RegisterVar(&cv_skin); // r_things.c (skin NAME)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue