mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 16:38:14 +00:00
iggy - writing ABC fix
This commit is contained in:
@@ -71,7 +71,6 @@ public class IggyDeclStrings implements StructureInterface {
|
||||
byte[] padd = new byte[((int) (((15 + data.length) / 8 + 1) * 8 - 15 - data.length))];
|
||||
s.writeBytes(padd);
|
||||
}
|
||||
s.writeBytes(padd);
|
||||
ib.writeConstLength(IggyIndexBuilder.CONST_SEQUENCE_SIZE);
|
||||
s.writeUI64(one);
|
||||
s.writeUI64(zero);
|
||||
|
||||
Reference in New Issue
Block a user