whoops, another minor fix

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401676
This commit is contained in:
David Anderson 2007-11-10 07:32:04 +00:00
parent 7ed29b4fe3
commit 6c1af7ee30

View File

@ -41,6 +41,8 @@ bool StubPlugin::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bo
SH_ADD_HOOK_STATICFUNC(IServerGameDLL, ServerActivate, server, Hook_ServerActivate, true); SH_ADD_HOOK_STATICFUNC(IServerGameDLL, ServerActivate, server, Hook_ServerActivate, true);
ismm->AddListener(this, this);
return true; return true;
} }