Satiated Kinnison's rage

This commit is contained in:
WayofTime 2016-01-08 10:32:55 -05:00
parent 16a50f7144
commit aee58c487c

View file

@ -198,7 +198,6 @@ public class TileSoulForge extends TileInventory implements ITickable
if (soulStack.getItem() instanceof ISoulGem) if (soulStack.getItem() instanceof ISoulGem)
{ {
System.out.println("Test");
ISoulGem soul = (ISoulGem) soulStack.getItem(); ISoulGem soul = (ISoulGem) soulStack.getItem();
return soul.drainSouls(soulStack, requested); return soul.drainSouls(soulStack, requested);
} }