mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
correct config loading order.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@935 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d7b04be06c
commit
94233a33c0
1 changed files with 1 additions and 1 deletions
|
@ -4437,8 +4437,8 @@ void COM_Gamedir (char *dir)
|
|||
fclose(f);
|
||||
Cbuf_InsertText("cl_warncmd 1\n", RESTRICT_LOCAL);
|
||||
Cbuf_InsertText("exec frontend.cfg\n", RESTRICT_LOCAL);
|
||||
Cbuf_InsertText("exec config.cfg\n", RESTRICT_LOCAL);
|
||||
Cbuf_InsertText("exec fte.cfg\n", RESTRICT_LOCAL);
|
||||
Cbuf_InsertText("exec config.cfg\n", RESTRICT_LOCAL);
|
||||
Cbuf_InsertText("cl_warncmd 0\n", RESTRICT_LOCAL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue