mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 22:25:56 +00:00
Fixed New file action
This commit is contained in:
@@ -105,8 +105,8 @@ public class OpenableSourceInfo {
|
||||
return file;
|
||||
}
|
||||
|
||||
public boolean isBundle() {
|
||||
if (inputStream == null) {
|
||||
public boolean isBundle() {
|
||||
if (inputStream == null && file != null) {
|
||||
File fileObj = new File(file);
|
||||
String fileName = fileObj.getName();
|
||||
if (fileName.startsWith("asdec_") && fileName.endsWith(".tmp")) {
|
||||
|
||||
Reference in New Issue
Block a user