fixed style error

This commit is contained in:
SpaceToad 2014-05-09 18:19:50 +02:00
parent 25a99b2608
commit 4a0df69951

View file

@ -33,11 +33,12 @@ public class EntityRobot extends EntityLiving implements
public SafeTimeTracker scanForTasks = new SafeTimeTracker (40, 10);
public LaserData laser = new LaserData ();
protected RobotAIBase currentAI;
protected RobotAIBase nextAI;
public IRobotTask currentTask;
public DockingStation dockingStation = new DockingStation();
protected RobotAIBase currentAI;
protected RobotAIBase nextAI;
private boolean needsUpdate = false;
public class DockingStation {