Closed TurtIeSocks closed 8 months ago
@TurtIeSocks kilometers
and miles
translations don't work
:tada: This PR is included in version 1.30.0-develop.7 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Moves the distance selection to the client for more consistency and there's not really any reason why this calculation should be forced to be the same for all users.
Config Change
map.misc.distanceUnit
was previouslykm/mi
and is nowkilometers/miles
, an inline migration was added to change it at startup with a warning log.Resolves #865