Deleted unnecessary casts with Eclipse
This commit is contained in:
@@ -66,7 +66,7 @@ public class NEICraftingHandler implements IOverlayHandler
|
||||
{
|
||||
if ( slot instanceof SlotCraftingMatrix || slot instanceof SlotFakeCraftingMatrix )
|
||||
{
|
||||
Slot ctSlot = (Slot) slot;
|
||||
Slot ctSlot = slot;
|
||||
if ( ctSlot.getSlotIndex() == col + row * 3 )
|
||||
{
|
||||
NBTTagList tags = new NBTTagList();
|
||||
|
||||
Reference in New Issue
Block a user