mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 01:32:25 +00:00
Issue #63 Globally rename identifier
This commit is contained in:
@@ -187,6 +187,9 @@ public class Main {
|
||||
if (event.equals("deobfuscate")) {
|
||||
startWork("Deobfuscating..." + (String) data);
|
||||
}
|
||||
if (event.equals("rename")) {
|
||||
startWork("Renaming..." + (String) data);
|
||||
}
|
||||
}
|
||||
});
|
||||
return locswf;
|
||||
|
||||
Reference in New Issue
Block a user