From 4c09ba34f2330cd16cd8ab716a65d563d381ba0e Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Wed, 21 Oct 2020 18:16:33 +0200 Subject: [PATCH] Update InventoryGUISpaceCompound.kt --- .../kspigot/inventory/elements/InventoryGUISpaceCompound.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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