mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 00:05:27 +00:00
fixed missing dots in namespaced property
This commit is contained in:
@@ -108,6 +108,8 @@ public abstract class AVM2Item extends GraphTargetItem {
|
||||
}
|
||||
if (propertyName instanceof FullMultinameAVM2Item) {
|
||||
if (((FullMultinameAVM2Item) propertyName).name != null) {
|
||||
if (((FullMultinameAVM2Item) propertyName).namespace != null)
|
||||
writer.append(".");
|
||||
return propertyName.toString(writer, localData);
|
||||
} else {
|
||||
writer.append(".");
|
||||
|
||||
Reference in New Issue
Block a user