mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 02:50:33 +00:00
engine: filesystem: fix custom loader enabled by mistype
This commit is contained in:
parent
8d793521c4
commit
15ec6539e3
@ -3362,7 +3362,7 @@ dll_user_t *FS_FindLibrary( const char *dllname, qboolean directpath )
|
||||
}
|
||||
else
|
||||
{
|
||||
hInst->custom_loader = true;
|
||||
hInst->custom_loader = false;
|
||||
}
|
||||
}
|
||||
fs_ext_path = false; // always reset direct paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user