From 276392cfc19ed0d629522793ed8279c239390ef4 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Wed, 11 Feb 2026 21:29:57 +0800 Subject: [PATCH] 2 --- .../extend/zipai/fanpaofa/EXMainView.lua | 18 ------------------ 1 file changed, 18 deletions(-) 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(...)