From 1567e937fcf08325ed02b6f776b9c31e0ca47aaa Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:40:11 +0200 Subject: [PATCH] Typo nessiary --- container/slot/SlotCraftingTerm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/slot/SlotCraftingTerm.java b/container/slot/SlotCraftingTerm.java index bef86f188..498b85e8c 100644 --- a/container/slot/SlotCraftingTerm.java +++ b/container/slot/SlotCraftingTerm.java @@ -133,7 +133,7 @@ public class SlotCraftingTerm extends AppEngCraftingSlot postCraft( p, inv, set, is ); } - // shouldn't be nessiary... + // shouldn't be necessary... p.openContainer.onCraftMatrixChanged( getCraftingMatrix() ); return is;