Printline die!

This commit is contained in:
Christian 2013-03-28 07:47:57 -04:00
parent eb8d6cace2
commit 193558f71c

View file

@ -23,7 +23,6 @@ public class EnergyPulser {
if (!singlePulse || !hasPulsed)
{
System.out.printf("Pulsing%d\n",Math.min(1 << (pulseCount-1),64));
powerReceptor.getPowerProvider().receiveEnergy(Math.min(1 << (pulseCount-1),64), ForgeDirection.WEST);
hasPulsed = true;
}