This commit is contained in:
Adrian 2015-05-06 20:10:37 +02:00
parent d0e5807c35
commit 59a3fb1a55

View file

@ -1198,7 +1198,6 @@ public class EntityRobot extends EntityRobotBase implements
// 5 RF/t is set as the "sleep threshold" for detecting charging.
if (!simulate && energyReceived > 5 && ticksCharging <= 25) {
System.out.println("ABOVE THRESHOLD - " + energyReceived);
ticksCharging += 5;
}