Fixed an inf loop in TileMixer's update loop

This commit is contained in:
Robert S 2014-08-17 11:14:47 -04:00
parent 9c8c517f23
commit f7cab8f5d8

View file

@ -72,7 +72,7 @@ public class TileMixer extends TileMechanical implements IInventory
}
}
super.updateEntity();
super.update();
if (canWork())
{