Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 28, 2023
1 parent 750a69b commit 8fbbc98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class EcoItem(

val slot = if (config.has("slot"))
SlotTypes[config.getString("slot")]
else SlotTypes["mainhand"]
else SlotTypes.mainHandSlot

// Defensive copy
private val _itemStack: ItemStack = run {
Expand Down

0 comments on commit 8fbbc98

Please sign in to comment.