diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-17 19:30:57 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-17 19:30:57 +0200 |
| commit | f9f22a5f61d129a17073a795537dcb222907964f (patch) | |
| tree | 6c58201259d8be10617b6dcff63735de062fdd56 /src/main/java/at/hannibal2/skyhanni/features/fishing | |
| parent | ce43d92584b785650b35d5a6ebdbfddd7d31661c (diff) | |
| download | skyhanni-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.kt | 2 |
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() |
