From 0396cc6ec48ac0fd9428937cc67da4debb4cae56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20C=C3=B3rvus?= Date: Sun, 20 Sep 2020 16:45:34 +0300 Subject: [PATCH] Update Control.java --- core/src/mindustry/core/Control.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/core/Control.java b/core/src/mindustry/core/Control.java index 3e941a981d..38ddda6a24 100644 --- a/core/src/mindustry/core/Control.java +++ b/core/src/mindustry/core/Control.java @@ -434,7 +434,7 @@ public class Control implements ApplicationListener, Loadable{ //just a regular reminder if(!OS.prop("user.name").equals("anuke") && !OS.hasEnv("iknowwhatimdoing")){ app.post(() -> app.post(() -> { - ui.showStartupInfo("@indevpopup"); + ui.showStartupInfo("@indev.popup"); })); }