NEON-29: explicitly set HorizontalStepEnabled:false in appsettings
Makes the no-horizontal-limit intent explicit in config rather than relying on the C# class default; prevents accidental re-enabling if the default ever changes.pull/41/head
parent
afb810db9d
commit
5d91ea4e17
|
|
@ -14,6 +14,7 @@
|
||||||
"Z": -5
|
"Z": -5
|
||||||
},
|
},
|
||||||
"MovementValidation": {
|
"MovementValidation": {
|
||||||
|
"HorizontalStepEnabled": false,
|
||||||
"MaxHorizontalStep": 18,
|
"MaxHorizontalStep": 18,
|
||||||
"MaxVerticalStep": 1.25,
|
"MaxVerticalStep": 1.25,
|
||||||
"DistrictBoundsEnabled": false
|
"DistrictBoundsEnabled": false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue