Fixed modorder not being saved properly

This commit is contained in:
Vhati 2014-10-25 01:23:17 -04:00
parent c0078f37fd
commit b205ac8abd
3 changed files with 11 additions and 1 deletions

View file

@ -11,6 +11,13 @@
"notice" : "Important: Return FTL to an unmodded state before switching to a new version."
},
"changelog" : [
{
"version" : "1.6",
"hidden" : "true",
"changes" : [
"Fixed modorder not being saved properly"
]
},
{
"version" : "1.5",
"hidden" : "false",

View file

@ -1,5 +1,8 @@
Changelog
1.6:
- Fixed modorder not being saved properly
1.5:
- Added 'no info... yet' message when mods/ scan is still in-progress
- Fixed modman.command double-clicking on linux?