forked from metin2/server
Logout error messages are now being sent, closes #18
This commit is contained in:
parent
83707434ee
commit
fcc2a9e4a0
|
@ -359,7 +359,7 @@ ACMD(do_cmd)
|
||||||
|
|
||||||
int nExitLimitTime = 10;
|
int nExitLimitTime = 10;
|
||||||
|
|
||||||
if (ch->IsHack(false, true, nExitLimitTime) &&
|
if (ch->IsHack(true, true, nExitLimitTime) &&
|
||||||
false == CThreeWayWar::instance().IsSungZiMapIndex(ch->GetMapIndex()) &&
|
false == CThreeWayWar::instance().IsSungZiMapIndex(ch->GetMapIndex()) &&
|
||||||
(!ch->GetWarMap() || ch->GetWarMap()->GetType() == GUILD_WAR_TYPE_FLAG))
|
(!ch->GetWarMap() || ch->GetWarMap()->GetType() == GUILD_WAR_TYPE_FLAG))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue