hackshield and xtrap codes removed

This commit is contained in:
d1str4ught
2025-08-28 19:54:05 +02:00
parent a881d74ce2
commit 63879e0360
18 changed files with 0 additions and 542 deletions

View File

@@ -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 );
// }
}
}
}