diff --git a/src/main/java/cc/woverflow/hytils/config/HytilsConfig.java b/src/main/java/cc/woverflow/hytils/config/HytilsConfig.java index 21cf940..3097b30 100644 --- a/src/main/java/cc/woverflow/hytils/config/HytilsConfig.java +++ b/src/main/java/cc/woverflow/hytils/config/HytilsConfig.java @@ -884,7 +884,7 @@ public class HytilsConfig extends Config { @Switch( name = "Mute Hurt Sounds in Dropper", - description = "Hide the sounds of other player's failing in Dropper.", + description = "Mute the sounds of other player's failing in Dropper.", category = "Game", subcategory = "Dropper" ) public static boolean muteDropperHurtSound;