forked from metin2/server
1
0
Fork 0

Logout error messages are now being sent, closes #18

This commit is contained in:
Exynox 2024-04-07 18:36:10 +03:00
parent 83707434ee
commit fcc2a9e4a0
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ ACMD(do_cmd)
int nExitLimitTime = 10;
if (ch->IsHack(false, true, nExitLimitTime) &&
if (ch->IsHack(true, true, nExitLimitTime) &&
false == CThreeWayWar::instance().IsSungZiMapIndex(ch->GetMapIndex()) &&
(!ch->GetWarMap() || ch->GetWarMap()->GetType() == GUILD_WAR_TYPE_FLAG))
{