mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 04:34:51 +00:00
Fix swaps
This commit is contained in:
@@ -3823,7 +3823,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
break;
|
||||
}
|
||||
|
||||
stack.setConnectedOutput(0, output);
|
||||
stack.setConnectedOutput(0, output, localData);
|
||||
ins.translate(localData, stack, output, staticOperation, path);
|
||||
if (ins.isExit()) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user