mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:10:57 +00:00
#1017 store alchemy opcodes have wrong order
This commit is contained in:
+2
-2
@@ -54,9 +54,9 @@ public class AlchemyStoreAVM2Item extends AVM2Item {
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
writer.append("s").append(type).append(size).append("(");
|
||||
ofs.toString(writer, localData);
|
||||
writer.append(",");
|
||||
value.toString(writer, localData);
|
||||
writer.append(",");
|
||||
ofs.toString(writer, localData);
|
||||
return writer.append(")");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user