mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 17:50:43 +00:00
Opening ABCs in ZIP files
This commit is contained in:
@@ -511,7 +511,7 @@ public class ABC implements Openable {
|
||||
this.parentTag = tag;
|
||||
this.file = file;
|
||||
this.fileTitle = fileTitle;
|
||||
if (file != null) {
|
||||
if (file != null || fileTitle != null) {
|
||||
isOpenable = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user