aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2021-08-21 20:24:05 +0200
committerDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2021-08-21 20:24:05 +0200
commit4572fcceafb87b1c24563f6fd161662899c455db (patch)
tree96ebd6fb1d48edc12454d5e797c8a0d31839c147 /src
parent3b88fe9207828d4292b3d666d966c58c139c7aeb (diff)
downloadNotEnoughUpdates-4572fcceafb87b1c24563f6fd161662899c455db.tar.gz
NotEnoughUpdates-4572fcceafb87b1c24563f6fd161662899c455db.tar.bz2
NotEnoughUpdates-4572fcceafb87b1c24563f6fd161662899c455db.zip
Update SBInfo.java
Diffstat (limited to 'src')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java1
1 files changed, 1 insertions, 0 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 c837fc5f..e41ef78d 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/SBInfo.java
@@ -198,6 +198,7 @@ public class SBInfo {
for (String line : lines){
if (line.contains("⏣")) {
location = Utils.cleanColour(line).replaceAll("[^A-Za-z0-9() ]", "").trim();
+ break;
}
}
}