Merge branch 'james_bc' of git.kingsome.cn:server/game2006api into james_bc

This commit is contained in:
hujiabin 2022-11-21 11:45:39 +08:00
commit 176161e8c4

View File

@ -261,7 +261,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;
} }
} }