diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua index 4f23d041..b43f887e 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua @@ -562,24 +562,6 @@ function M:EventInit() ) 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( GameEvent.ZPResult1, function(...)