engine: filesystem: fix custom loader enabled by mistype

This commit is contained in:
Alibek Omarov 2021-07-02 19:26:01 +03:00
parent 8d793521c4
commit 15ec6539e3

View File

@ -3362,7 +3362,7 @@ dll_user_t *FS_FindLibrary( const char *dllname, qboolean directpath )
} }
else else
{ {
hInst->custom_loader = true; hInst->custom_loader = false;
} }
} }
fs_ext_path = false; // always reset direct paths fs_ext_path = false; // always reset direct paths