Created attachment 2059[details]
use Cmd_Args() instead of Cmd_Argv(1)
Setting a cvar using only its name doesn't handle values with space very well - it drops arguments after the second.
One-line patch.
applied, thanks
PS: you seem to be using git already so if you'd use "git format-patch" to create the patch I could use "git am" to apply it which simplifies things :-)
Created attachment 2059 [details] use Cmd_Args() instead of Cmd_Argv(1) Setting a cvar using only its name doesn't handle values with space very well - it drops arguments after the second. One-line patch.