shibbo / Fushigi

An editor for Super Mario Bros. Wonder.
MIT License
133 stars 30 forks source link

Extension checking in ParamDB Load #21

Closed jozz024 closed 11 months ago

jozz024 commented 11 months ago

This pull request adds a quick check to the ParamDB.Load() method to make sure the file being loaded has the .zs extension.

This was a personal issue, but I thought it'd be good to make a PR to fix it incase anyone else runs into the same issue I did.