diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index f103b99f..223b41f2 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -207,7 +207,7 @@ class BattleController extends BaseAuthedController { } { $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; } }