fix #2696
This commit is contained in:
parent
d0e5807c35
commit
59a3fb1a55
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue