maintain current behavior

This commit is contained in:
Leijurv
2019-08-23 15:23:36 -07:00
parent a2159d62e5
commit dae6cc8e20

View File

@ -727,7 +727,7 @@ public final class Settings {
/**
* Trim incorrect positions too far away, helps performance but hurts reliability in very large schematics
*/
public final Setting<Boolean> distanceTrim = new Setting<>(false);
public final Setting<Boolean> distanceTrim = new Setting<>(true);
/**
* Cancel the current path if the goal has changed, and the path originally ended in the goal but doesn't anymore.