1
This commit is contained in:
parent
ebedd528ad
commit
fc3aabebb6
@ -1175,6 +1175,9 @@ class BattleController extends BaseAuthedController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$roomUuid = $customData['room_uuid'];
|
$roomUuid = $customData['room_uuid'];
|
||||||
|
if ($r->get(DEC_BATTLE_TICKET . $roomUuid)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
foreach ($customData['team_list'] as $team) {
|
foreach ($customData['team_list'] as $team) {
|
||||||
foreach ($team['members'] as $member) {
|
foreach ($team['members'] as $member) {
|
||||||
if (!$member['is_android']) {
|
if (!$member['is_android']) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user