Skip to content

Commit

Permalink
修方块extraSolidCheck机制没跟上之前event系统更新导致报错
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Apr 21, 2024
1 parent 3e6680a commit 5638ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/game/minoPlayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ function MP:ifoverlap(CB,cx,cy)

-- Special check
for i=1,#self.event.extraSolidCheck do
local res=self.event.extraSolidCheck[i](self,CB,cx,cy)
local res=self.event.extraSolidCheck[i][2](self,CB,cx,cy)
if res~=nil then return res end
end

Expand Down

0 comments on commit 5638ee4

Please sign in to comment.