mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Updated uCore, removed debug save message
This commit is contained in:
parent
d628600657
commit
40e4722147
2 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ allprojects {
|
|||
appName = "Mindustry"
|
||||
gdxVersion = '1.9.8'
|
||||
aiVersion = '1.8.1'
|
||||
uCoreVersion = '2a09b97';
|
||||
uCoreVersion = 'afc7fe249f';
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ public class Saves {
|
|||
time += Timers.delta();
|
||||
if(time > Settings.getInt("saveinterval")*60) {
|
||||
saving = true;
|
||||
Vars.ui.showError("sacving");
|
||||
|
||||
exec.submit(() -> {
|
||||
SaveIO.saveToSlot(current.index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue