diff options
| author | Kaluub <60589762+Kaluub@users.noreply.github.com> | 2024-01-20 15:37:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 15:37:49 -0500 |
| commit | fa4063d358f3a9f15b867c593532b00c38f5232d (patch) | |
| tree | 7dd8c0deabc4235e1f456aa3622c385758b72a84 /src/main/java/de/hysky/skyblocker/utils | |
| parent | 2cf648baabfe10dcdb99e6544f5d3e71749d6cf5 (diff) | |
| download | Skyblocker-fa4063d358f3a9f15b867c593532b00c38f5232d.tar.gz Skyblocker-fa4063d358f3a9f15b867c593532b00c38f5232d.tar.bz2 Skyblocker-fa4063d358f3a9f15b867c593532b00c38f5232d.zip | |
Dungeons improvements (#493)
* Add setting for dropping protected items in dungeons
* Fix Livid colour text
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/utils')
| -rw-r--r-- | src/main/java/de/hysky/skyblocker/utils/Utils.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
