From 99dbb67ea4cb5a99a42fccebc48e9b79ea4f333c Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Thu, 14 Dec 2023 11:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E8=A7=92=E8=B1=AA=E7=A4=BC=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua index f75bb939fc..59df8a6e50 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua @@ -185,7 +185,7 @@ function CreateNamePopup:BindEvent() if this.options then self:ClosePanel() StoryManager.StoryJumpType(this.options[1], nil, this.callBackFunc) - --UIManager.OpenPanel(UIName.GMEspecially) + UIManager.OpenPanel(UIName.GMEspecially) -- 发送创建角色事件 CustomEventManager.SendCustomEvents(FBSDKCustomEventType.CreateCharacter) CustomEventManager.SendCustomEvents(FBSDKCustomEventType.RoleLv,1)