diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-03-06 19:44:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 09:44:41 +0100 |
| commit | 30b3b6951ca9a29dd0ba27e0f34efad3b05a4aa4 (patch) | |
| tree | aed7083057192eed264f3edc614e5aaae7e2cf28 /src/main/java/at/hannibal2/skyhanni/features/combat | |
| parent | 82a00ed51d55d2be7d65d24c2e93e797cab33864 (diff) | |
| download | skyhanni-30b3b6951ca9a29dd0ba27e0f34efad3b05a4aa4.tar.gz skyhanni-30b3b6951ca9a29dd0ba27e0f34efad3b05a4aa4.tar.bz2 skyhanni-30b3b6951ca9a29dd0ba27e0f34efad3b05a4aa4.zip | |
Backend: Use more isInIsland (#1107)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/combat')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt b/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt index 8f53aa5d9..c4eb1f074 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt @@ -403,7 +403,6 @@ object GhostCounter { @SubscribeEvent fun onChat(event: LorenzChatEvent) { if (!isEnabled()) return - if (LorenzUtils.skyBlockIsland != IslandType.DWARVEN_MINES) return for (opt in Option.entries) { val pattern = opt.pattern ?: continue pattern.matchMatcher(event.message) { |
