Skip to content

Commit

Permalink
Broke level accessibility... fixed it!
Browse files Browse the repository at this point in the history
  • Loading branch information
GirambQuamb committed Jan 7, 2024
1 parent 5f13b8c commit a3cafcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kurandomizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ function main()
else
joypad.set({Left = 0})
end
elseif boolLevelAccessible == false then
joypad.set({A = 0})
end
end

Expand Down

0 comments on commit a3cafcc

Please sign in to comment.