From fca54c03427ac463d532ed58523d0bc9c4292047 Mon Sep 17 00:00:00 2001 From: "DESKTOP-7R8JEQQ\\k" <1076390229@qq.com> Date: Mon, 21 Jul 2025 16:15:25 +0800 Subject: [PATCH] =?UTF-8?q?roomid=E8=BD=ACint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base_project/Game/Controller/GroupMgrController.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/Controller/GroupMgrController.lua b/lua_probject/base_project/Game/Controller/GroupMgrController.lua index e9c28569..d8043104 100644 --- a/lua_probject/base_project/Game/Controller/GroupMgrController.lua +++ b/lua_probject/base_project/Game/Controller/GroupMgrController.lua @@ -341,7 +341,7 @@ function M:FG_InvitePlayer(group_id, tag, player_id, roomid, pid, game_name, cal _data.groupId = group_id _data.tagId = tag _data.player_id = player_id - _data.roomid = roomid + _data.roomid = tonumber(roomid) _data.pid = pid _data.g_name = game_name self._mgr_client:send(Protocol.FGMGR_INVITE_PLAYER, _data, function(res)