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
VinPropane 2026-04-11 18:24:52 -04:00
parent afb810db9d
commit 5d91ea4e17
1 changed files with 1 additions and 0 deletions

View File

@ -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