Restore pump throttle, oops.
This commit is contained in:
parent
337a94848f
commit
35501234d8
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ public class TilePump extends TileBuildCraft implements IMachine, IPowerReceptor
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (worldObj.getWorldTime() % 4 != 0)
|
if (worldObj.getWorldTime() % 4 != 0)
|
||||||
// return;
|
return;
|
||||||
|
|
||||||
BlockIndex index = getNextIndexToPump(false);
|
BlockIndex index = getNextIndexToPump(false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue