diff --git a/core/src/mindustry/net/BeControl.java b/core/src/mindustry/net/BeControl.java index 2ce1821d2f..2b96a3f231 100644 --- a/core/src/mindustry/net/BeControl.java +++ b/core/src/mindustry/net/BeControl.java @@ -31,7 +31,7 @@ public class BeControl{ /** @return whether this is a bleeding edge build. */ public boolean active(){ - return Version.type.equals("bleeding-edge") || !steam; + return Version.type.equals("bleeding-edge") && !steam; } public BeControl(){ diff --git a/desktop/build.gradle b/desktop/build.gradle index a5e3f60d2b..b4d9955e70 100644 --- a/desktop/build.gradle +++ b/desktop/build.gradle @@ -93,8 +93,6 @@ platforms.each{ platform -> task "packr${platform.toString()}"{ dependsOn dist - println "JDK dir: " + new File("${JDK_DIR}").getAbsolutePath() - doLast{ copy{ into "build/packr/"