mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 10:31:03 +00:00
Fixed #1810 AS3 Direct editation - XML attribute handling
This commit is contained in:
-3
@@ -379,9 +379,6 @@ public class PropertyAVM2Item extends AssignableAVM2Item {
|
||||
|
||||
if (propIndex == 0 && !mustExist) {
|
||||
String pname = propertyName;
|
||||
if (attribute) {
|
||||
pname = pname.substring(1);
|
||||
}
|
||||
Multiname multiname;
|
||||
if (attribute && pname.isEmpty()) {
|
||||
multiname = Multiname.createMultinameL(true,
|
||||
|
||||
Reference in New Issue
Block a user