Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
fix the menu bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydix authored Aug 3, 2022
1 parent 16ffb37 commit bba5721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/achieveHandler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local isAwardsSong = false
function onCreate() -- initalization
achieveName = getPropertyFromClass('Paths', 'currentModDirectory')
-- achieveName = 'awards'
if (songName:lower() == 'awards') and (achieveName == 'awards') or (achieveName == '') then -- for the menu stuff
if (songName:lower() == 'awards') and (achieveName == 'awards') then -- for the menu stuff
isAwardsSong = true
end
-- debugPrint(isAwardsSong)
Expand Down

0 comments on commit bba5721

Please sign in to comment.