diff --git a/src/main/kotlin/net/axay/kspigot/inventory/elements/InventoryGUISpaceCompound.kt b/src/main/kotlin/net/axay/kspigot/inventory/elements/InventoryGUISpaceCompound.kt index cc373ebb..5da61098 100644 --- a/src/main/kotlin/net/axay/kspigot/inventory/elements/InventoryGUISpaceCompound.kt +++ b/src/main/kotlin/net/axay/kspigot/inventory/elements/InventoryGUISpaceCompound.kt @@ -18,7 +18,7 @@ class InventoryGUISpaceCompoundElement( } -class InventoryGUISpaceCompound internal constructor( +class InventoryGUISpaceCompound( private val invType: InventoryType, private val iconGenerator: (E) -> ItemStack, private val onClick: (InventoryGUIClickEvent, E) -> Unit