Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Oct 18, 2024
1 parent 30b9786 commit 7f934b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ class PlayState extends ExtendableState {
if (unlock) {
gotAchievement = true;
Achievements.unlock(achievementName, {
date: Date.now();
date: Date.now(),
song: song.song
}, () -> {
gotAchievement = false;
Expand Down

0 comments on commit 7f934b9

Please sign in to comment.