mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 05:04:57 +00:00
Export assets first item "ex" prefix instead of "cls"
This commit is contained in:
@@ -162,7 +162,7 @@ public class ExportAssetsTag extends SymbolClassTypeTag {
|
||||
Map<String, String> ret = super.getNameProperties();
|
||||
if (names.size() == 1) {
|
||||
ret.put("chid", "" + tags.get(0));
|
||||
ret.put("cls", "" + names.get(0));
|
||||
ret.put("ex", "" + names.get(0));
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user