0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix HackListOtf description

This commit is contained in:
Alexander01998 2019-09-29 11:28:15 +02:00
parent 74e703082c
commit b0c13590ad

View File

@ -20,9 +20,9 @@ public final class HackListOtf extends OtherFeature
{
private final EnumSetting<Mode> 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);