Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(savegame): fix savefiles directory not being created (pioneerspac…
…esim#5917) A refactor of the load/save UI in commit 7b6a797 introduced a bug preventing the "savefiles" directory from getting created, and causing an error-popup whenever the directory was attempted to be accessed by the LUA UI. The bug was resetting a variable to an unexpected value which then caused the "sort" algorithm to throw an error. This was resolved by ensuring that the variable always had a valid value for the sort algorithm.
- Loading branch information