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) {