Fixed build error in mms_sample_ext from cset d17aed3d46bf (r=psychonic).

This commit is contained in:
Kyle Sanderson 2013-03-16 23:02:36 -04:00
parent cf0401fea7
commit e2b519a21e

View File

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