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"); })); }