Closed mqrause closed 3 days ago
Bugfixes "Fix format mismatches in tripoint item vars"
Fixes #78052
Read and write item vars using tripoint::to_string and tripoint::from_string going forward. Still support loading the old format to not break saves.
tripoint::to_string
tripoint::from_string
Used save and reproduction steps from issue.
Summary
Bugfixes "Fix format mismatches in tripoint item vars"
Purpose of change
Fixes #78052
Describe the solution
Read and write item vars using
tripoint::to_string
andtripoint::from_string
going forward. Still support loading the old format to not break saves.Describe alternatives you've considered
Testing
Used save and reproduction steps from issue.
Additional context