From 4ac791fb81f5ce7e85ad84e6760c74225327cb71 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Mon, 31 Oct 2022 21:41:27 +0800 Subject: [PATCH] 1 --- webapp/controller/TeamController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index c266b42d..ec6b374a 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -69,7 +69,7 @@ class TeamController extends BaseAuthedController { 'payload' => '', 'match_mode' => $matchMode, 'pve_instance_id' => $pveInstanceId, - 'slot_num' => 4, + 'slot_num' => 1, 'member_list' => array($userDto)); $r = $this->_getRedis($teamUuid);