aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/chat
diff options
context:
space:
mode:
authorvicisacat <victor.branchu@gmail.com>2024-04-17 23:07:49 +0200
committervicisacat <victor.branchu@gmail.com>2024-04-20 16:09:49 +0200
commitf0ff0b555621f2d7f240bc72ccc1c7667badab6f (patch)
tree76feeb4c44483a364cce571eecc4809022c13411 /src/main/java/de/hysky/skyblocker/skyblock/chat
parentb791e38cbd36360935164e337fa992bf514cbb36 (diff)
downloadSkyblocker-f0ff0b555621f2d7f240bc72ccc1c7667badab6f.tar.gz
Skyblocker-f0ff0b555621f2d7f240bc72ccc1c7667badab6f.tar.bz2
Skyblocker-f0ff0b555621f2d7f240bc72ccc1c7667badab6f.zip
things happened yea
rewrote the entire thing to use semi data-driven BarAnchors help button in the config screen
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock/chat')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/chat/ChatRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/chat/ChatRule.java b/src/main/java/de/hysky/skyblocker/skyblock/chat/ChatRule.java
index 34cc6352..65cbde5b 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/chat/ChatRule.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/chat/ChatRule.java
@@ -235,7 +235,7 @@ public class ChatRule {
String rawLocation = Utils.getLocationRaw();
Boolean isLocationValid = null;
- for (String validLocation : validLocations.replace(" ", "").toLowerCase().split(",")) {//the locations are raw locations split by "," and start with ! if not locations
+ for (String validLocation : validLocations.replace(" ", "").toLowerCase().split(",")) {//the locations are raw locations targetSize by "," and start with ! if not locations
String rawValidLocation = ChatRulesHandler.locations.get(validLocation.replace("!",""));
if (rawValidLocation == null) continue;
if (validLocation.startsWith("!")) {//not location