mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
Fixed autosave not updating meta
This commit is contained in:
@ -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
|
||||
|
@ -52,6 +52,7 @@ public class Saves {
|
||||
|
||||
exec.submit(() -> {
|
||||
SaveIO.saveToSlot(current.index);
|
||||
current.meta = SaveIO.getData(current.index);
|
||||
saving = false;
|
||||
return true;
|
||||
});
|
||||
|
Reference in New Issue
Block a user