From 7f9935e7d3e763ec7dd8ae1efe73540d9208125f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 26 Jul 2019 13:09:46 +0800 Subject: [PATCH] 1 --- webapp/controller/MatchController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index 22077c7..5f5ba0c 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -130,7 +130,7 @@ class MatchController{ $current_db_str = $r->get('game2001:match:current_room'); $current_db = json_decode($current_db_str, true); $current_db['room_uuid'] = $room_uuid; - $r -> set('game2001:match:current_room', json_encode($current_db)); + $r -> set('game2002:match:current_room', json_encode($current_db)); } else if (count($room_db['member_list']) < 10) { //判断是否添加机器人 if ($flag == 1) {