mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:20:47 +00:00
committed by
Jindra Petřík
parent
ac83112933
commit
cb63356c7d
@@ -1430,7 +1430,7 @@ public class XFLConverter {
|
||||
} else if (v instanceof String) {
|
||||
writer.writeStartElement("PD");
|
||||
writer.writeAttribute("n", n);
|
||||
//missing t attrinute = string (maybe "s"?)
|
||||
//missing t attribute = string (maybe "s"?)
|
||||
writer.writeAttribute("v", (String) v);
|
||||
writer.writeEndElement();
|
||||
exportedNames.add(n);
|
||||
|
||||
Reference in New Issue
Block a user