1
0
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:
Scott Ehlert 2008-11-24 14:14:45 -06:00
parent d59dbe57bb
commit 9dc84ce242

View File

@ -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);
}