diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 3e5badd2..98e337d8 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -952,7 +952,7 @@ class BattleController extends BaseAuthedController { array_push($data['team_list'], $teamInfo); } $this->decTicket($r, $customData, $mapModeMeta); - if ($data['is_newbie_battle'] && $realPlayerNum > 0) { + if ($data['is_newbie_battle'] && $realPlayerNum > 1) { $data['is_newbie_battle'] = 0; } myself()->_rspData($data);