mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:50:47 +00:00
Issue #185,#186 Indentation on onclip actions
This commit is contained in:
@@ -1743,7 +1743,7 @@ public class SWF {
|
||||
SymbolClassTag sc = (SymbolClassTag) tag;
|
||||
for (int i = 0; i < sc.classNames.length; i++) {
|
||||
String newname = deobfuscateNameWithPackage(sc.classNames[i], renameType, deobfuscated);
|
||||
if(newname!=null){
|
||||
if (newname != null) {
|
||||
sc.classNames[i] = newname;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user