diff --git a/core/src/mindustry/net/BeControl.java b/core/src/mindustry/net/BeControl.java index a30308ed52..a15ada94bc 100644 --- a/core/src/mindustry/net/BeControl.java +++ b/core/src/mindustry/net/BeControl.java @@ -45,7 +45,7 @@ public class BeControl{ }, updateInterval, updateInterval); } - if(System.getProperties().contains("becopy")){ + if(System.getProperties().containsKey("becopy")){ try{ Fi dest = Fi.get(System.getProperty("becopy")); Fi self = Fi.get(BeControl.class.getProtectionDomain().getCodeSource().getLocation().toURI().getPath());