diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-07 03:20:00 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-07 03:20:00 +0100 |
commit | 319654afd68440c9cbc2eedd3ae4718b5c045519 (patch) | |
tree | 5d02ceb8b8dbf673e1c1b5d980d49b400d03f227 /src/main/java/at/hannibal2/skyhanni/features/misc | |
parent | 0c711242c8d96517e49e0ecc7a081f8e15cdd7ed (diff) | |
download | skyhanni-319654afd68440c9cbc2eedd3ae4718b5c045519.tar.gz skyhanni-319654afd68440c9cbc2eedd3ae4718b5c045519.tar.bz2 skyhanni-319654afd68440c9cbc2eedd3ae4718b5c045519.zip |
Typo.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/CollectionCounter.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/CollectionCounter.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/CollectionCounter.kt index 90d5c39ef..e36b5001e 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/CollectionCounter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/CollectionCounter.kt @@ -62,7 +62,7 @@ class CollectionCounter { val apiName = data.apiName if (!apiCollectionData.contains(apiName)) { - LorenzUtils.chat("§c[SkyHanni] Item $name not in collection data!") + LorenzUtils.chat("§c[SkyHanni] Item $name is not in collection data!") return } |