From fcc2a9e4a0993a7f79385fd3070f6829e512aa97 Mon Sep 17 00:00:00 2001 From: Exynox Date: Sun, 7 Apr 2024 18:36:10 +0300 Subject: [PATCH] Logout error messages are now being sent, closes #18 --- src/game/src/cmd_general.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/src/cmd_general.cpp b/src/game/src/cmd_general.cpp index da851b0..daf541d 100644 --- a/src/game/src/cmd_general.cpp +++ b/src/game/src/cmd_general.cpp @@ -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)) {