Printline die!
This commit is contained in:
parent
04be016691
commit
28f93b9dcc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue