1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

fixed amb1113 - mm_pluginsfile crashed on MM:S 1.6

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40573
This commit is contained in:
David Anderson 2007-11-24 06:11:23 +00:00
parent 92ade58dc2
commit 12cb24aed8

View File

@ -99,6 +99,7 @@ void BaseProvider::Notify_DLLInit_Pre(void *gamedll,
DisplayError("Could not find ICvar! Metamod cannot load."); DisplayError("Could not find ICvar! Metamod cannot load.");
return; return;
} }
g_pCVar = icvar;
if ((gameclients = (IServerGameClients *)(serverFactory("ServerGameClients003", NULL))) if ((gameclients = (IServerGameClients *)(serverFactory("ServerGameClients003", NULL)))
== NULL) == NULL)