Skip to content

Commit 8da764c

Browse files
committed
Make potion sound opt-in
Account for badly coded mods where potion effects are applied every tick
1 parent c51e914 commit 8da764c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mod/acgaming/extrasounds/config/ESConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static class SoundToggles
121121

122122
@Config.Name("Potion Sound")
123123
@Config.Comment("Play a sound when potion effects get added or removed from the player")
124-
public boolean esPotionSound = true;
124+
public boolean esPotionSound = false;
125125
}
126126

127127
public static class SoundCategories

0 commit comments

Comments
 (0)