Skip to content

Commit

Permalink
ug
Browse files Browse the repository at this point in the history
  • Loading branch information
Snirozu committed Aug 7, 2024
1 parent 9970d35 commit b29849e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/substates/PauseSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ class PauseSubState extends MusicBeatSubstate
menuItemsOG.insert(3 + num, 'Report Replay');
}
}
if (!ClientPrefs.data.disableSongComments && PlayState.instance.replayPlayer != null) {
menuItemsOG.insert(menuItemsOG.length - 2, 'Leave a Comment Now');
}
menuItems = menuItemsOG;

for (i in 0...Difficulty.list.length) {
Expand Down

0 comments on commit b29849e

Please sign in to comment.