GreepTheSheep / openplanet-MXRandom

An Openplanet plugin that takes a random map from MX / TMX and play it
https://openplanet.dev/plugin/mxrandom
GNU General Public License v3.0
19 stars 28 forks source link

fix: dont rely on tmx when loading a save #107

Closed EdVraz closed 1 year ago

EdVraz commented 1 year ago

This removes the forced TMX API request by saving a copy of the relevant map data when saving, so that you can load runs even when TMX is completely down.

Note: as saving runs is an unreleased change there is no need to check for the old "mapID" key.