mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 00:12:29 +00:00
AS3 ClassCast fix
static const init in obfuscated code
This commit is contained in:
@@ -443,7 +443,6 @@ public class Graph {
|
||||
output.addAll(code.translatePart(localData, stack, start, end));
|
||||
} catch (Exception ex) {
|
||||
Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex);
|
||||
//ex.printStackTrace();
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user