actually read servers.txt/masters.txt (I assume this was something neglected from the VFS switchover)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2030 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-02-26 08:54:43 +00:00
parent 7b4b590a8e
commit 2ec98a1e80

View file

@ -557,7 +557,7 @@ qboolean Master_LoadMasterList (char *filename, int defaulttype, int depth)
return false;
depth--;
f = NULL;//FS_OpenVFS(filename, "rb", FS_BASE);
f = FS_OpenVFS(filename, "rb", FS_BASE);
if (!f)
return false;