From fc3aabebb64d93c8eb3d6ec60cc119c1985dce32 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 21:41:04 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index c30edb15..d9f38e77 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -1175,6 +1175,9 @@ class BattleController extends BaseAuthedController { return; } $roomUuid = $customData['room_uuid']; + if ($r->get(DEC_BATTLE_TICKET . $roomUuid)) { + return; + } foreach ($customData['team_list'] as $team) { foreach ($team['members'] as $member) { if (!$member['is_android']) {