Restore pump throttle, oops.

This commit is contained in:
CovertJaguar 2013-07-22 22:53:15 -07:00
parent 337a94848f
commit 35501234d8

View file

@ -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);