Skip to content

Commit

Permalink
Fixing Flood
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyThermal committed Sep 21, 2023
1 parent d6ddccc commit d986c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion only-up-64-plugin/a-utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function render_practice_menu()
end

function check_menu_input(m)
if not OU_ACTIVE then return end
if not OU_ACTIVE or OU_FLOOD_ACTIVE then return end

if not is_game_paused() and IN_PRACTICE_MENU then
if m.controller.stickY > 60 and RETURNED_NEUTRAL then
Expand Down

0 comments on commit d986c09

Please sign in to comment.