maintain current behavior
This commit is contained in:
parent
a2159d62e5
commit
dae6cc8e20
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user