mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:00:47 +00:00
Fixed GFX - DefineExternalImage2 display and correct handling if standalone
This commit is contained in:
@@ -1174,15 +1174,15 @@ public class Main {
|
||||
try {
|
||||
ret.setVal(open(new FileInputStream(selFile), selFile.getAbsolutePath(), selFile.getName()));
|
||||
loadedStatus.add("CUSTOM:" + selFile.getAbsolutePath());
|
||||
break;
|
||||
return;
|
||||
} catch (Exception ex) {
|
||||
//ignore;
|
||||
}
|
||||
} else {
|
||||
loadedStatus.add("NO");
|
||||
break;
|
||||
}
|
||||
}
|
||||
loadedStatus.add("NO");
|
||||
}
|
||||
});
|
||||
return ret.getVal();
|
||||
|
||||
Reference in New Issue
Block a user