1076390229 2026-02-11 21:29:57 +08:00
parent 35fc8c3308
commit 276392cfc1
1 changed files with 0 additions and 18 deletions

View File

@ -562,24 +562,6 @@ function M:EventInit()
) )
end end
) )
local func = _gamectr:PopEvent()
if (func ~= nil) then
if self._flag_fanpaofa then
self._popEvent = false
end
local result, resultInfo = pcall(func)
if result then
else
printlog("game_error", resultInfo)
printlog("game_error_tra", debug.traceback())
self._gamectr = ControllerManager.GetController(GameController)
if self._gamectr then
self._gamectr:ResetConnect()
end
end
--func()
end
_gamectr:AddEventListener( _gamectr:AddEventListener(
GameEvent.ZPResult1, GameEvent.ZPResult1,
function(...) function(...)