mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:40:47 +00:00
ASDec: Small changes to eliminate notices
This commit is contained in:
@@ -48,6 +48,7 @@ public class ActionJump extends Action {
|
||||
return getAddress() + getBytes(version).length + offset;
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] getBytes(int version) {
|
||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||
SWFOutputStream sos = new SWFOutputStream(baos, version);
|
||||
|
||||
Reference in New Issue
Block a user