From fa4063d358f3a9f15b867c593532b00c38f5232d Mon Sep 17 00:00:00 2001 From: Kaluub <60589762+Kaluub@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:37:49 -0500 Subject: Dungeons improvements (#493) * Add setting for dropping protected items in dungeons * Fix Livid colour text --- src/main/java/de/hysky/skyblocker/utils/Utils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/de/hysky/skyblocker/utils') diff --git a/src/main/java/de/hysky/skyblocker/utils/Utils.java b/src/main/java/de/hysky/skyblocker/utils/Utils.java index 22601c98..45ace085 100644 --- a/src/main/java/de/hysky/skyblocker/utils/Utils.java +++ b/src/main/java/de/hysky/skyblocker/utils/Utils.java @@ -339,7 +339,7 @@ public class Utils { /** * Parses the /locraw reply from the server and updates the player's profile id * - * @return not display the message in chat is the command is sent by the mod + * @return not display the message in chat if the command is sent by the mod */ public static boolean onChatMessage(Text text, boolean overlay) { String message = text.getString(); -- cgit