Fixed autosave not updating meta

This commit is contained in:
Anuken
2018-04-15 23:12:26 -04:00
parent 68593acf89
commit e6f9ce888f
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify.
#Sun Apr 15 15:52:41 EDT 2018
#Sun Apr 15 23:12:17 EDT 2018
version=release
androidBuildCode=516
androidBuildCode=517
name=Mindustry
code=3.5
build=custom build

View File

@ -52,6 +52,7 @@ public class Saves {
exec.submit(() -> {
SaveIO.saveToSlot(current.index);
current.meta = SaveIO.getData(current.index);
saving = false;
return true;
});