Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 11, 2025
1 parent 26a80d6 commit 1f14565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object ItemUtils {
for ((rawStat, value) in rawStats) {
val stat = SkyblockStat.getValueOrNull(rawStat.uppercase())
if (stat == null) {
unknownStats["`$rawStat`"] = "on '$internalName'"
unknownStats[rawStat.uppercase()] = "on ${internalName.asString()}"
} else {
stats[stat] = value
}
Expand Down

0 comments on commit 1f14565

Please sign in to comment.