Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

bug(Template): Fix vision_obstruction migration #1346

Closed Kruptein closed 6 months ago

Kruptein commented 6 months ago

For the new vision mode a change was made from boolean to number representation to accomodate multiple types.

When dropping assets on the map this was not taken into account. This PR fixes this with a bandaid.

A more proper patch system for templates should be made.