From 639738754afc11ca90e7fc3dd2284544c8fb6a71 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 7 May 2020 21:40:18 -0400 Subject: [PATCH] Removed startup dialog --- core/src/mindustry/core/Control.java | 10 ---------- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/core/src/mindustry/core/Control.java b/core/src/mindustry/core/Control.java index ce48eb26bb..65698bff5a 100644 --- a/core/src/mindustry/core/Control.java +++ b/core/src/mindustry/core/Control.java @@ -383,16 +383,6 @@ public class Control implements ApplicationListener, Loadable{ Core.app.post(() -> Core.app.post(this::playTutorial)); } - if(!OS.prop("user.name").equals("anuke") && !OS.hasEnv("iknowwhatimdoing")){ - app.post(() -> app.post(() -> { - FloatingDialog dialog = new FloatingDialog("Don't play 6.0"); - dialog.cont.add("6.0 is not ready for testing. Don't play it, and don't report any issues with it.\n[scarlet]This dialog cannot be closed. If you know what you're doing, you should know how to disable it.") - .grow().wrap().get().setAlignment(Align.center); - dialog.setFillParent(true); - dialog.show(); - })); - } - //display UI scale changed dialog if(Core.settings.getBool("uiscalechanged", false)){ Core.app.post(() -> Core.app.post(() -> { diff --git a/gradle.properties b/gradle.properties index 243155bbca..5b1fc2cea3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=7a43c29eca25a472f966f48fe9df213b61e9f18c +archash=80e7780cdc5138b673f3424a0257774be9284b5e