From 163fc9f9fd71e33e235305f66a82041b389802f7 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Wed, 21 Oct 2020 22:23:50 +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 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 ) {