diff --git a/core/src/mindustry/core/Control.java b/core/src/mindustry/core/Control.java index f22adfe8e5..2520c18b70 100644 --- a/core/src/mindustry/core/Control.java +++ b/core/src/mindustry/core/Control.java @@ -421,7 +421,7 @@ public class Control implements ApplicationListener, Loadable{ //play tutorial on stop if(!settings.getBool("playedtutorial", false)){ - Core.app.post(() -> Core.app.post(this::playTutorial)); + //Core.app.post(() -> Core.app.post(this::playTutorial)); } //display UI scale changed dialog diff --git a/gradle.properties b/gradle.properties index 8010d241ae..4f19966834 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=a49c1c1da93e43d0afe43e565fc3a0800a5137a5 +archash=1209e8cb8ef99b3cc089758f536b771b49078278