mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'config-lancer' into 'master'
Never worry about config size again See merge request KartKrew/Kart!253
This commit is contained in:
commit
b99e75c298
1 changed files with 1 additions and 2 deletions
|
|
@ -717,8 +717,7 @@ static void COM_Exec_f(void)
|
|||
CONS_Printf(M_GetText("executing %s\n"), COM_Argv(1));
|
||||
|
||||
// insert text file into the command buffer
|
||||
COM_BufAddText((char *)buf);
|
||||
COM_BufAddText("\n");
|
||||
COM_ImmedExecute((char *)buf);
|
||||
|
||||
// free buffer
|
||||
Z_Free(buf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue