hackshield and xtrap codes removed
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
#include "gm.h"
|
||||
#include "panama.h"
|
||||
#include "map_location.h"
|
||||
// #include "HackShield.h"
|
||||
|
||||
#include "DragonSoul.h"
|
||||
|
||||
@@ -491,19 +490,6 @@ void CInputDB::PlayerLoad(LPDESC d, const char * data)
|
||||
ch->GetGMLevel());
|
||||
|
||||
ch->QuerySafeboxSize();
|
||||
|
||||
// if (isHackShieldEnable)
|
||||
// {
|
||||
// if (! CHackShieldManager::instance().CreateClientHandle(ch->GetPlayerID()))
|
||||
// {
|
||||
// d->SetPhase(PHASE_CLOSE);
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// ch->StartHackShieldCheckCycle( HackShield_CheckCycleTime );
|
||||
// }
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
void CInputDB::Boot(const char* data)
|
||||
@@ -2684,11 +2670,6 @@ void CInputDB::DetailLog(const TPacketNeedLoginLogInfo* info)
|
||||
if (NULL != pChar)
|
||||
{
|
||||
LogManager::instance().DetailLoginLog(true, pChar);
|
||||
|
||||
// if (isHackShieldEnable)
|
||||
// {
|
||||
// pChar->StartHackShieldCheckCycle( HackShield_FirstCheckWaitTime );
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user