From 2e256e43b8d8c5c9ce0aaf21ce041a87fdf730df Mon Sep 17 00:00:00 2001 From: "DESKTOP-7R8JEQQ\\k" <1076390229@qq.com> Date: Sun, 20 Jul 2025 06:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=94=E7=95=AA=E8=8C=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/playerDetailView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/playerDetailView.lua b/lua_probject/base_project/Game/View/playerDetailView.lua index 3cbc74f1..057be53c 100644 --- a/lua_probject/base_project/Game/View/playerDetailView.lua +++ b/lua_probject/base_project/Game/View/playerDetailView.lua @@ -39,7 +39,7 @@ function playerDetailView:Init() self.btn_boom.onClick:Set(function() local _gamectr = ControllerManager.GetController(GameController) - _gamectr:SendInteraction(DataManager.SelfUser.account_id, 1, "") + _gamectr:SendInteraction(DataManager.SelfUser.account_id, self.player.seat, "boom") local mainView = BaseView.FindView("MainView") if mainView then