Is this a re-upload of the old one that still tries specifying the map the build was saved on making a mess?
why would you think this
I made this myself personally because I usually have problems with my PC shutting down randomly when I'm building on Blockland, so I quickly made an autosave script from scratch, then released it to the public I guess
I used this with back up save. Now i have 1000 something backup saves because. I love this add-on though. Thats just a warning to every one else
you bumped a broken two-month old add-ongj
Thank goood
function autosave { $autosave = schedule(300000, 0, autosave); saveBricks("autosave", 1, 1, 1); }I don't know if that's how you actually use saveBricks, but anyway...