mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 14:37:49 +00:00
Edit flash cookies (SOL) in the SWF tree.
This commit is contained in:
@@ -98,7 +98,7 @@ public class LsoTag extends Tag {
|
||||
List<String> stringTable = new ArrayList<>();
|
||||
|
||||
while (ais.available() > 0) {
|
||||
String varName = ais.readUtf8Vr("varName", new ArrayList<>());
|
||||
String varName = ais.readUtf8Vr("varName", stringTable);
|
||||
try {
|
||||
Object varValue = ais.readValue("varValue", new HashMap<>(), objectsTable, traitsTable, stringTable);
|
||||
amfValues.put(varName, varValue);
|
||||
|
||||
Reference in New Issue
Block a user