aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/PetInfoOverlay.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/PetInfoOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/PetInfoOverlay.java
index 31ce3656..a6a0f844 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/PetInfoOverlay.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/PetInfoOverlay.java
@@ -935,6 +935,8 @@ public class PetInfoOverlay extends TextOverlay {
return;
}
+ if ("rift".equals(SBInfo.getInstance().getLocation())) return;
+
for (String line : TablistAPI.getWidgetLines(TablistAPI.WidgetNames.PET)) {
line = Utils.cleanColour(line).trim().replace(",", "");
Matcher normalXPMatcher = TAB_LIST_XP.matcher(line);