mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:40:51 +00:00
Issue #68 binary data export, assigning names to characters via SymbolClass tag
This commit is contained in:
@@ -872,6 +872,7 @@ public class ABC {
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
public int findScriptByPath(String name) {
|
||||
for (int c = 0; c < script_info.length; c++) {
|
||||
String s = script_info[c].getPath(this);
|
||||
|
||||
Reference in New Issue
Block a user