From ab1bf8ea26d55000b51249b7fc04a0ed3ea67bb6 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 19 Oct 2020 01:10:17 +0200 Subject: [PATCH] Update InventoryGUIBuilder.kt --- .../kotlin/net/axay/kspigot/inventory/InventoryGUIBuilder.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUIBuilder.kt b/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUIBuilder.kt index a90a3129..5e0bccee 100644 --- a/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUIBuilder.kt +++ b/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUIBuilder.kt @@ -43,7 +43,7 @@ class InventoryGUIBuilder( } class InventoryGUIPageBuilder( - val type: InventoryType, + private val type: InventoryType, val page: Int ) {