mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-21 08:51:10 +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
|
||||
if ((username = I_GetUserName()))
|
||||
cv_playername.defaultvalue = username;
|
||||
cv_playername.defaultvalue = cv_defaultplayername.defaultvalue = username;
|
||||
CV_RegisterVar(&cv_playername);
|
||||
CV_RegisterVar(&cv_playercolor);
|
||||
CV_RegisterVar(&cv_skin); // r_things.c (skin NAME)
|
||||
|
|
Loading…
Reference in a new issue