From fffe218e1cf8f6a5ab9e83aca18c122aca03c18e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 01:06:06 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 260cffba..9d237ed4 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -1122,6 +1122,7 @@ class BattleController extends BaseAuthedController { private function checkTicket($r, $customData, $mapModeMeta) { if ($mapModeMeta['map_mode'] == 501) { + error_log("checkTick error :501"); return false; } $itemId = $mapModeMeta['admission_item_id'];