1
This commit is contained in:
parent
385dc0dfd9
commit
a60044fb90
@ -261,7 +261,7 @@ class BattleController extends BaseAuthedController {
|
|||||||
$realPlayerHash = array();
|
$realPlayerHash = array();
|
||||||
$realPlayerHashCopy = array();
|
$realPlayerHashCopy = array();
|
||||||
foreach ($teamList as $team) {
|
foreach ($teamList as $team) {
|
||||||
foreach ($team as $member) {
|
foreach ($team['members'] as $member) {
|
||||||
if (!myself()->_isAndroidAccountId($member['account_id'])) {
|
if (!myself()->_isAndroidAccountId($member['account_id'])) {
|
||||||
$realPlayerHash[$member['account_id']] = 1;
|
$realPlayerHash[$member['account_id']] = 1;
|
||||||
$realPlayerHashCopy[$member['account_id']] = 1;
|
$realPlayerHashCopy[$member['account_id']] = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user