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

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