@ -1029,8 +1029,6 @@ public enum BuildingManager {
// Build Path from vertices
outPath.moveTo(vertices.get(0).x, vertices.get(0).y);
for (Vector2f vertex : vertices) {
if (outPath.getCurrentPoint() == null)