mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
allow commands other than set to be executed from ~/.quakeforgerc
This commit is contained in:
parent
4cd29c2ff8
commit
d62ac62ff5
3 changed files with 5 additions and 5 deletions
|
@ -1674,14 +1674,14 @@ Host_Init (void)
|
|||
IN_Init ();
|
||||
#endif
|
||||
|
||||
Cbuf_InsertText ("exec quake.rc\n");
|
||||
Cmd_Exec_File (fs_usercfg->string);
|
||||
// Reparse the command line for + commands.
|
||||
// (Note, no non-base commands exist yet)
|
||||
if (check_quakerc ()) {
|
||||
Cmd_StuffCmds_f ();
|
||||
Cbuf_Execute ();
|
||||
}
|
||||
|
||||
Cbuf_InsertText ("exec quake.rc\n");
|
||||
Cbuf_AddText
|
||||
("echo Type connect <internet address> or use a server browser to connect to a game.\n");
|
||||
Cbuf_AddText ("cl_warncmd 1\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue