From 76ea1bfab87c362e94c09df000cd30a3ec183ed1 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Wed, 21 Oct 2020 17:15:40 +0200 Subject: [PATCH] Update InventoryGUISlots.kt --- src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt b/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt index e82bc7b9..139a1301 100644 --- a/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt +++ b/src/main/kotlin/net/axay/kspigot/inventory/InventoryGUISlots.kt @@ -38,7 +38,7 @@ data class InventorySlot(val row: Int, val slotInRow: Int) : Comparable