aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-24 16:48:54 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-24 16:48:54 +0100
commit71ae94993bd032413de4a75e712e063e3817d195 (patch)
tree745cb9833234ace914a42bbd04827a8dc2734e85
parent9eb402306af709ed0567c6b3ea09cd7c52b3c7b2 (diff)
downloadskyhanni-71ae94993bd032413de4a75e712e063e3817d195.tar.gz
skyhanni-71ae94993bd032413de4a75e712e063e3817d195.tar.bz2
skyhanni-71ae94993bd032413de4a75e712e063e3817d195.zip
code cleanup
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt
index 21e23124d..06f43c51f 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt
@@ -23,7 +23,7 @@ class DungeonCleanEnd {
private val config get() = SkyHanniMod.feature.dungeon.cleanEnd
private val catacombsPattern by RepoPattern.pattern(
"dungeon.end.chests.spawned",
- "(?:§f)?([ ]*)§r§c(The|Master Mode) Catacombs §r§8- §r§eFloor (.*)"
+ "(?:§f)?( *)§r§c(The|Master Mode) Catacombs §r§8- §r§eFloor (.*)"
)
private var bossDone = false