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