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

§ -> \u00a7

This commit is contained in:
Alexander01998 2019-09-05 19:21:51 +02:00
parent 1c7ec6e06f
commit a7a68bce06

View File

@ -23,9 +23,9 @@ public final class SneakHack extends Hack
implements PreMotionListener, PostMotionListener
{
private final EnumSetting<SneakMode> mode = new EnumSetting<>("Mode",
"§lPacket§r mode makes it look like you're\n"
"\u00a7lPacket\u00a7r mode makes it look like you're\n"
+ "sneaking without slowing you down.\n"
+ "§lLegit§r mode actually makes you sneak.",
+ "\u00a7lLegit\u00a7r mode actually makes you sneak.",
SneakMode.values(), SneakMode.LEGIT);
public SneakHack()