From 12cb24aed82f3b4f97fd124bb3a4ba2623e4a512 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 24 Nov 2007 06:11:23 +0000 Subject: [PATCH] fixed amb1113 - mm_pluginsfile crashed on MM:S 1.6 --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40573 --- sourcemm/episode2/provider_ep2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcemm/episode2/provider_ep2.cpp b/sourcemm/episode2/provider_ep2.cpp index ce824c7..ea51230 100644 --- a/sourcemm/episode2/provider_ep2.cpp +++ b/sourcemm/episode2/provider_ep2.cpp @@ -99,6 +99,7 @@ void BaseProvider::Notify_DLLInit_Pre(void *gamedll, DisplayError("Could not find ICvar! Metamod cannot load."); return; } + g_pCVar = icvar; if ((gameclients = (IServerGameClients *)(serverFactory("ServerGameClients003", NULL))) == NULL)