Fixed command listener spew on server shutdown (bug 4198, r=fyren, a13=blocking).

This commit is contained in:
David Anderson 2010-01-13 21:48:51 -08:00
parent 8ec5e42c7a
commit a5ab381c0a

View File

@ -209,7 +209,9 @@ void SourceMod_Core::OnVSPListening(IServerPluginCallbacks *iface)
void SourceMod_Core::OnUnlinkConCommandBase(PluginId id, ConCommandBase *pCommand)
{
#if SOURCE_ENGINE < SE_ORANGEBOX
Global_OnUnlinkConCommandBase(pCommand);
#endif
}
#else