diff --git a/src/main/java/net/wurstclient/other_features/HackListOtf.java b/src/main/java/net/wurstclient/other_features/HackListOtf.java index d11aaae0..f139550e 100644 --- a/src/main/java/net/wurstclient/other_features/HackListOtf.java +++ b/src/main/java/net/wurstclient/other_features/HackListOtf.java @@ -20,9 +20,9 @@ public final class HackListOtf extends OtherFeature { private final EnumSetting mode = new EnumSetting<>("Mode", ChatFormatting.BOLD + "Auto" + ChatFormatting.RESET - + " mode renders the whole list if it fits onto the screen.\n" + + " mode renders the whole list if it\n" + "fits onto the screen.\n" + ChatFormatting.BOLD + "Count" + ChatFormatting.RESET - + " mode only renders the number of active mods.\n" + + " mode only renders the number\n" + "of active hacks.\n" + ChatFormatting.BOLD + "Hidden" + ChatFormatting.RESET + " mode renders nothing.", Mode.values(), Mode.AUTO);