From 696edee4761fb38b834e361de404e0116070ea3e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 18 Nov 2022 17:57:44 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }