mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: allow loading xashcomm.lst from base directory
This commit is contained in:
@@ -443,7 +443,7 @@ static void NET_LoadMasters( void )
|
||||
char *pfile;
|
||||
char token[MAX_TOKEN];
|
||||
|
||||
afile = FS_LoadFile( "xashcomm.lst", NULL, true );
|
||||
afile = FS_LoadFile( "xashcomm.lst", NULL, false );
|
||||
|
||||
if( !afile ) // file doesn't exist yet
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user