From e2b519a21e48929b09f5ee56fb0700db0bf1d8c8 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sat, 16 Mar 2013 23:02:36 -0400 Subject: [PATCH] Fixed build error in mms_sample_ext from cset d17aed3d46bf (r=psychonic). --- public/mms_sample_ext/stub_mm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/mms_sample_ext/stub_mm.cpp b/public/mms_sample_ext/stub_mm.cpp index 340cd927..5e512eeb 100644 --- a/public/mms_sample_ext/stub_mm.cpp +++ b/public/mms_sample_ext/stub_mm.cpp @@ -50,7 +50,7 @@ bool StubPlugin::Unload(char *error, size_t maxlen) { SM_UnloadExtension(); - SH_REMOVE_HOOK_STATIC(IServerGameDLL, ServerActivate, server, SH_STATIC(Hook_ServerActivate), true); + SH_REMOVE_HOOK(IServerGameDLL, ServerActivate, server, SH_STATIC(Hook_ServerActivate), true); return true; }