Error when loading a map.
I tried to load the 2025 photoshoot map: 2025.map
>>> map = twmap.Map("2025.map")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
module.MapError: Map from Datafile - Layer error at index 123: Quads data provides a different amount of quads than announced
I was able to use the rust library and it was able to load the map correctly, but I could not do it in python.