mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +01:00
Reverted small portion of changeset 2808a1e9482d.
This commit is contained in:
parent
d59dbe57bb
commit
9dc84ce242
@ -434,7 +434,7 @@ mm_PrepForGameLoad()
|
||||
void *
|
||||
mm_GameDllRequest(const char *name, int *ret)
|
||||
{
|
||||
if (gamedll_lib != NULL)
|
||||
if (gamedll_lib != NULL && gamedll_bridge == NULL)
|
||||
{
|
||||
return gamedll_qvi(name, ret);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user