stefan2200 / TWB

Python based bot for Tribal Wars
GNU General Public License v3.0
100 stars 54 forks source link

fix: parsing villages from map #20

Closed delyro closed 2 years ago

delyro commented 2 years ago

This fixes parsing all nearby villages from response.

Response from TW sometimes does not have all longitude or latitude parameters, which caused errors before. This implementation ensures that even when the parameters are not provided in correct position, they will still be parsed.