fixed a delayed unload crash in sdktools
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402155
This commit is contained in:
parent
f7613f80f1
commit
80b2ea646a
@ -166,6 +166,7 @@ void SDKTools::SDK_OnUnload()
|
||||
gameconfs->CloseGameConfigFile(g_pGameConf);
|
||||
playerhelpers->RemoveClientListener(&g_SdkTools);
|
||||
playerhelpers->UnregisterCommandTargetProcessor(this);
|
||||
plsys->RemovePluginsListener(&g_OutputManager);
|
||||
|
||||
SH_REMOVE_HOOK_MEMFUNC(IServerGameDLL, LevelInit, gamedll, this, &SDKTools::LevelInit, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user