summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/fishing
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-17 19:30:57 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-17 19:30:57 +0200
commitf9f22a5f61d129a17073a795537dcb222907964f (patch)
tree6c58201259d8be10617b6dcff63735de062fdd56 /src/main/java/at/hannibal2/skyhanni/features/fishing
parentce43d92584b785650b35d5a6ebdbfddd7d31661c (diff)
downloadskyhanni-f9f22a5f61d129a17073a795537dcb222907964f.tar.gz
skyhanni-f9f22a5f61d129a17073a795537dcb222907964f.tar.bz2
skyhanni-f9f22a5f61d129a17073a795537dcb222907964f.zip
added player chat filter
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/fishing')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt b/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt
index 8e558e23f..16fee2d35 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt
@@ -29,7 +29,7 @@ class SeaCreatureManager {
counter++
}
}
- LorenzUtils.debug("loaded $counter sea creatures from repo")
+ LorenzUtils.debug("Loaded $counter sea creatures from repo")
} catch (e: Exception) {
e.printStackTrace()