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

This commit is contained in:
David Anderson 2010-01-13 21:48:51 -08:00
parent 1cbe996831
commit bd3b46d624

View File

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