This commit is contained in:
aozhiwei 2022-11-18 17:57:44 +08:00
parent 7211966d39
commit 696edee476

View File

@ -207,7 +207,7 @@ class BattleController extends BaseAuthedController {
} }
{ {
$data['match_mode'] = 0; $data['match_mode'] = 0;
if ($currSeason && myself()->_getV(TN_RANK_STATUS, 0 ) != 1){ if ($currSeason && myself()->_getV(TN_RANK_STATUS, 0 ) == 0){
$data['match_mode'] = 1; $data['match_mode'] = 1;
} }
} }