1
This commit is contained in:
parent
ebedd528ad
commit
fc3aabebb6
@ -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']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user