mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
need a specific entry for "qw:qw" since servers set the gamedir to "qw"
explicitly
This commit is contained in:
parent
e105198f48
commit
eeb2439eb6
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ static const char *qfs_default_dirconf =
|
|||
" SkinPath = \"${path}/skins\";"
|
||||
" GameCode = \"qwprogs.dat\";"
|
||||
" };"
|
||||
" \"qw:qw\" = {"
|
||||
" Inherit = (QuakeWorld);"
|
||||
" };"
|
||||
" \"qw:*\" = {"
|
||||
" Inherit = (QuakeWorld);"
|
||||
" Path = \"$gamedir\";"
|
||||
|
|
Loading…
Reference in a new issue