Fixed build error in mms_sample_ext from cset d17aed3d46bf (r=psychonic).
This commit is contained in:
parent
cf0401fea7
commit
e2b519a21e
@ -50,7 +50,7 @@ bool StubPlugin::Unload(char *error, size_t maxlen)
|
|||||||
{
|
{
|
||||||
SM_UnloadExtension();
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user