mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 05:26:52 +00:00
spelling: attributes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
0788095446
commit
aaa425e4cc
@@ -107,7 +107,7 @@ public class LinkReportExporter {
|
||||
for (ScriptPack sp : revList) {
|
||||
String scriptName = "script" + sp.scriptIndex;
|
||||
sb.append(indent(2)).append("<script name=\"").append(scriptName).append("\">").append(newLineChar);
|
||||
//TODO: additional atributes - mod="1469951734131" size="525" optimizedsize="508
|
||||
//TODO: additional attributes - mod="1469951734131" size="525" optimizedsize="508
|
||||
ScriptInfo script = sp.abc.script_info.get(sp.scriptIndex);
|
||||
for (int traitIndex : sp.traitIndices) {
|
||||
Trait trait = script.traits.traits.get(traitIndex);
|
||||
|
||||
Reference in New Issue
Block a user