From b24f14068bece77dfb47cd6e60325c16ea118523 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Wed, 3 Apr 2024 14:17:12 +0800 Subject: [PATCH] 1 --- webapp/services/RoomBattleDataService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/RoomBattleDataService.php b/webapp/services/RoomBattleDataService.php index 2b519cb1..5f22b7ab 100644 --- a/webapp/services/RoomBattleDataService.php +++ b/webapp/services/RoomBattleDataService.php @@ -112,7 +112,7 @@ class RoomBattleDataService extends BaseService { $member['battle_score'] = $battleScore; // //验证非机器人 $account = getXVal($member,'account_id', 0); - if(myself()->_isAndroidAccountId($account)){ + if(!myself()->_isAndroidAccountId($account)){ error_log('Real Account:'.$account); myself()->switchAccount($account); $userDb = myself()->_getOrmUserInfo();