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: fix issue caused by incorrect handle assignment #82

Closed EdVraz closed 1 year ago

EdVraz commented 1 year ago

fixes an issue introduced in the last PR because of my misunderstanding of how handles work.

Apologies for not testing properly, I just assumed the change is simple enough to not require a test

EdVraz commented 1 year ago

I think I added some preloadedMap = null on other RMC.as files. Can you do a global search and replace to your method ? Thanks

The script compilation would fail if you did that (that's how I noticed in the end) but I'll check in a second

EdVraz commented 1 year ago

Yeah I can't see anything that is not assigned to null without an @, all fine 👍