This commit is contained in:
aozhiwei 2024-07-09 21:41:04 +08:00
parent ebedd528ad
commit fc3aabebb6

View File

@ -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']) {