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 afe1069d..fd50d03f 100644 --- a/src/main/kotlin/net/axay/kspigot/inventory/elements/InventoryGUISpaceCompound.kt +++ b/src/main/kotlin/net/axay/kspigot/inventory/elements/InventoryGUISpaceCompound.kt @@ -23,7 +23,7 @@ class InventoryGUISpaceCompoundElement internal constructor } class InventoryGUISpaceCompound( - private val invType: InventoryType, + val invType: InventoryType, private val iconGenerator: (E) -> ItemStack, private val onClick: (InventoryGUIClickEvent, E) -> Unit ) {