Fixed an inf loop in TileMixer's update loop
This commit is contained in:
parent
9c8c517f23
commit
f7cab8f5d8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class TileMixer extends TileMechanical implements IInventory
|
|||
}
|
||||
}
|
||||
|
||||
super.updateEntity();
|
||||
super.update();
|
||||
|
||||
if (canWork())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue