mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 15:42:46 +00:00
actionwith fix
This commit is contained in:
@@ -109,7 +109,7 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
|
||||
|
||||
@Override
|
||||
public long getHeaderSize() {
|
||||
return super.getBytesLength(version) + 2;
|
||||
return getBytesLength(version);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user