mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 23:55:36 +00:00
Issue #67 Renaming invalid identifiers to Type+Number
This commit is contained in:
@@ -181,6 +181,12 @@ public class Main {
|
||||
if (event.equals("export")) {
|
||||
startWork((String) data);
|
||||
}
|
||||
if (event.equals("getVariables")) {
|
||||
startWork("Getting variables..." + (String) data);
|
||||
}
|
||||
if (event.equals("deobfuscate")) {
|
||||
startWork("Deobfuscating..." + (String) data);
|
||||
}
|
||||
}
|
||||
});
|
||||
return locswf;
|
||||
|
||||
Reference in New Issue
Block a user