修复登录界面登出事件无法触发的问题

dev_chengFeng
gaoxin 2020-07-21 11:31:26 +08:00
parent 6d3338d6b1
commit 0db4c93ef7
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ function this.Initialize()
ThinkingAnalyticsManager.Track("quit_account")
Framework.Dispose()
App.Instance:ReStart()
-- 发送登出事件
Game.GlobalEvent:DispatchEvent(GameEvent.LoginSuccess.OnLogout)
end
-- 发送登出事件
Game.GlobalEvent:DispatchEvent(GameEvent.LoginSuccess.OnLogout)
end
end