flashflashrevolution / rCubed

Official Flash Flash Revolution game engine.
https://www.flashflashrevolution.com
GNU Affero General Public License v3.0
31 stars 17 forks source link

Check for existence of backup file before attempting to move the DB. #210

Closed Psycast closed 4 years ago

Psycast commented 4 years ago

This will check for the normal db.bak file before iterating though 10 more locations before giving up.

Also swap the load order so the new json format loads first before fallingf back to sql so swapping between new and old engine won't overwrite the json file each time.