diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-09 16:01:11 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-09 16:01:11 +0200 |
commit | f6d917fce6ef289789c9e594dbb1b911f86ef8bd (patch) | |
tree | 03c98dd4fc032328b73280b93ec17bed85017808 /src/main/java/at/hannibal2/skyhanni/data | |
parent | 9cd32579cfec4fbfdd710442841c6e712a786c53 (diff) | |
download | skyhanni-f6d917fce6ef289789c9e594dbb1b911f86ef8bd.tar.gz skyhanni-f6d917fce6ef289789c9e594dbb1b911f86ef8bd.tar.bz2 skyhanni-f6d917fce6ef289789c9e594dbb1b911f86ef8bd.zip |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt b/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt index 55bb5585b..dd9ccef71 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt @@ -78,7 +78,7 @@ class OwnInventoryData { val internalName = item.getInternalNameOrNull() if (internalName == null) { - LorenzUtils.debug("OwnInventoryData add is empty for: '$internalName'") + LorenzUtils.debug("OwnInventoryData add is empty for: '${item.name}'") return } if (internalName.startsWith("MAP-")) return |