fixed ep2 build
fixed a bug in the cmd cleaner code --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401589
This commit is contained in:
parent
796d9b2de8
commit
1ab2bf2139
@ -99,7 +99,7 @@ public:
|
||||
{
|
||||
pInfo = (*iter);
|
||||
iter = tracked_bases.erase(iter);
|
||||
pInfo->cls->OnUnlinkConCommandBase(pBase, pBase->GetName(), true);
|
||||
pInfo->cls->OnUnlinkConCommandBase(pBase, pInfo->name, true);
|
||||
delete pInfo;
|
||||
}
|
||||
else
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "sm_version.h"
|
||||
#include "Logger.h"
|
||||
#include "concmd_cleaner.h"
|
||||
#include "compat_wrappers.h"
|
||||
|
||||
SourceMod_Core g_SourceMod_Core;
|
||||
IVEngineServer *engine = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user