diff options
| author | Linnea Gräf <roman.graef@gmail.com> | 2023-10-04 05:37:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 14:37:28 +1100 |
| commit | 0d7dd0299a9fb62247990ce3c55b9764d8986c26 (patch) | |
| tree | 00b24916be7ad9e1e3222c3328230ecbeb319f01 /src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java | |
| parent | 8d742e5a471aa2399cd077a9cda9883a0b7c1bb7 (diff) | |
| download | notenoughupdates-0d7dd0299a9fb62247990ce3c55b9764d8986c26.tar.gz notenoughupdates-0d7dd0299a9fb62247990ce3c55b9764d8986c26.tar.bz2 notenoughupdates-0d7dd0299a9fb62247990ce3c55b9764d8986c26.zip | |
Fix Heavy Pearls not being completed (#843)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java b/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java index e5a0e1b8..82708669 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java @@ -23,7 +23,6 @@ import com.google.common.reflect.TypeToken; import com.google.gson.JsonObject; import io.github.moulberry.notenoughupdates.NotEnoughUpdates; import io.github.moulberry.notenoughupdates.autosubscribe.NEUAutoSubscribe; -import io.github.moulberry.notenoughupdates.listener.ScoreboardLocationChangeListener; import io.github.moulberry.notenoughupdates.miscfeatures.CookieWarning; import io.github.moulberry.notenoughupdates.miscfeatures.customblockzones.LocationChangeEvent; import io.github.moulberry.notenoughupdates.miscgui.minionhelper.MinionHelperManager; @@ -434,7 +433,6 @@ public class SBInfo { if (line.contains("⏣")) { String l = Utils.cleanColour(line).replaceAll("[^A-Za-z0-9() ]", "").trim(); if (!l.equals(location)) { - new ScoreboardLocationChangeListener(location, l); lastLocation = location; location = l; } |
