Printline die!

This commit is contained in:
Christian 2013-03-28 07:47:06 -04:00
parent 04be016691
commit 28f93b9dcc

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;
}