Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-11-10 18:13:53 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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());