From f0621394b9b36f3ffb322ebd4838e040d7d48e9c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 15 May 2022 11:55:35 +0200 Subject: I love panoramas (#139) * I love panoramas * optimize file size --- .../notenoughupdates/miscfeatures/CrystalWishingCompassSolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalWishingCompassSolver.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalWishingCompassSolver.java index 9686e97a..1bc26d50 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalWishingCompassSolver.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalWishingCompassSolver.java @@ -773,7 +773,7 @@ public class CrystalWishingCompassSolver { ChatComponentText chatMessage = new ChatComponentText(destinationMessage); chatMessage.setChatStyle(Utils.createClickStyle(ClickEvent.Action.RUN_COMMAND, skytilsCommand, - EnumChatFormatting.YELLOW + "Set waypoint for wishing target\n")); + EnumChatFormatting.YELLOW + "Set waypoint for wishing target")); mc.thePlayer.addChatMessage(chatMessage); } -- cgit