diff options
Diffstat (limited to 'src/main/java/gtPlusPlus/core/slots')
| -rw-r--r-- | src/main/java/gtPlusPlus/core/slots/SlotCraftingNoCollect.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/core/slots/SlotCraftingNoCollect.java b/src/main/java/gtPlusPlus/core/slots/SlotCraftingNoCollect.java index 03581ef705..eaf8b1b239 100644 --- a/src/main/java/gtPlusPlus/core/slots/SlotCraftingNoCollect.java +++ b/src/main/java/gtPlusPlus/core/slots/SlotCraftingNoCollect.java @@ -18,7 +18,7 @@ public class SlotCraftingNoCollect extends SlotCrafting { /** The craft matrix inventory linked to this result slot. */ private final IInventory craftMatrix; /** The player that is using the GUI where this slot resides. */ - private EntityPlayer thePlayer; + private final EntityPlayer thePlayer; /** * The number of items that have been crafted so far. Gets passed to ItemStack.onCrafting before being reset. */ |
