Extra check for prohibiting entering siegable zones.

This commit is contained in:
MobiusDevelopment
2019-06-02 19:04:53 +00:00
parent 1b31d4763c
commit 276888201e
27 changed files with 1094 additions and 55 deletions

View File

@@ -872,8 +872,8 @@ public class GeoEngine
return new GeoLocation(gtx, gty, gtz);
}
// path found, Z coordinates are not okay, return origin point
return new GeoLocation(gox, goy, goz);
// path found, Z coordinates are not okay, return last good point
return new GeoLocation(gpx, gpy, gpz);
}
}