diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/slot/ItemSlots.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/slot/ItemSlots.kt index 11cb3e5..b43ce37 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/slot/ItemSlots.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/slot/ItemSlots.kt @@ -13,7 +13,7 @@ import com.willfp.ecoitems.slot.impl.ItemSlotOffhand object ItemSlots : Registry() { fun getByID(id: String?): ItemSlot { if (id == null) { - return ItemSlotHands // Legacy + return ItemSlotMainhand // Legacy } return get(id) ?: ItemSlotMainhand