Commit 68223a77 authored by Clemens Krug's avatar Clemens Krug
Browse files

NonCompliantComponents now can have spot sensors, too

parent a708c5a4
......@@ -117,7 +117,6 @@ public class RealWorldStreetsMovement extends AbstractLocalMovementStrategy {
if(movementType == null || movementType.equals("") || !this.movementType.contains(movementType))
throw new AssertionError("Invalid movement type: " + movementType);
if(!init) init();
PositionVector newPosition = null;
if (destination.distanceTo(comp.getRealPosition()) > getMovementSpeed(comp))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment