mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 21:45:09 +00:00
Missing playerglobal info
This commit is contained in:
@@ -2400,6 +2400,9 @@ public class ActionScriptParser {
|
||||
|
||||
private static void initPlayer() throws IOException, InterruptedException {
|
||||
if (playerABCs.isEmpty()) {
|
||||
if (Configuration.getPlayerSWC() == null) {
|
||||
throw new IOException("Player SWC library not found, please place it to " + Configuration.getPlayerSWC());
|
||||
}
|
||||
SWC swc = new SWC(new FileInputStream(Configuration.getPlayerSWC()));
|
||||
SWF swf = new SWF(swc.getSWF("library.swf"), true);
|
||||
for (Tag t : swf.tags) {
|
||||
|
||||
Reference in New Issue
Block a user