mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
work towards a more secure qfs
This commit is contained in:
parent
68d2167c9e
commit
851d203916
19 changed files with 193 additions and 167 deletions
|
@ -59,7 +59,7 @@ SV_Gamedir_f (void)
|
|||
const char *dir;
|
||||
|
||||
if (Cmd_Argc () == 1) {
|
||||
Con_Printf ("Current gamedir: %s\n", qfs_gamedir_file);
|
||||
Con_Printf ("Current gamedir: %s\n", qfs_gamedir->gamedir);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue