From 014ee6e27906bd6ab34b0da944d73c23d1b957b3 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Wed, 21 Oct 2020 17:16:58 +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 139a1301..e82bc7b9 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