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;
|
||||
}
|
||||
|
||||
// if (worldObj.getWorldTime() % 4 != 0)
|
||||
// return;
|
||||
if (worldObj.getWorldTime() % 4 != 0)
|
||||
return;
|
||||
|
||||
BlockIndex index = getNextIndexToPump(false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue