mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
make Cvar_Command use all arguments just like Cvar_Set_f (#4063)
This commit is contained in:
parent
68fa0b55a9
commit
31ae3826ae
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ qboolean Cvar_Command( void ) {
|
|||
}
|
||||
|
||||
// set the value if forcing isn't required
|
||||
Cvar_Set2 (v->name, Cmd_Argv(1), qfalse);
|
||||
Cvar_Set2 (v->name, Cmd_Args(), qfalse);
|
||||
return qtrue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue