From 6d7bfc37f6226300ceed1fd887a9f9eda9a9d3d1 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 3 Oct 2025 22:45:50 +0500 Subject: [PATCH] engine: allow loading xashcomm.lst from base directory --- engine/common/masterlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/masterlist.c b/engine/common/masterlist.c index 0fb9d89a..67b3f4d5 100644 --- a/engine/common/masterlist.c +++ b/engine/common/masterlist.c @@ -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 {