commit 7e6cb4b9cfa31338cdaaa1a592f169f66856f083 from: hattolo date: Wed Nov 3 23:16:27 2021 UTC fix commit - 8e27f17d52dc4593a488bddd0a4435281473da07 commit + 7e6cb4b9cfa31338cdaaa1a592f169f66856f083 blob - e7063ccc2214662b3a3f5930275616dd93d6383d blob + 5e04ed73fde47c0751963643afe8a90af22337a1 --- src/main/java/com/hattolo/consolesounds/ConsoleSoundsConfig.java +++ src/main/java/com/hattolo/consolesounds/ConsoleSoundsConfig.java @@ -20,7 +20,7 @@ public class ConsoleSoundsConfig implements ConfigData public boolean playSoundOnPauseMenu = true; @Comment("Plays the click sound whenever you open an in-game menu, like a crafting table or your inventory.") public boolean playSoundOnInGameMenu = true; - @Comment("Plays the back sound whenever you close a menu, like a crafting table or your inventory.") + @Comment("Plays the back sound whenever you close a menu.") public boolean playSoundOnMenuExit = true; @Comment("Plays the back sound whenever you close an in-game menu, like a crafting table or your inventory.") public boolean playSoundOnInGameMenuExit = true;