From 2f967504c4b48883cbe87761b11d8a2a1e6c4428 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 1 Nov 2022 22:04:32 +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 e1a805c2..0ce1cd1c 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);