1
0
mirror of synced 2024-11-12 10:10:50 +01:00
This commit is contained in:
KillzXGaming 2019-08-18 20:11:17 -04:00
commit b311e6d012

View File

@ -774,7 +774,12 @@ namespace FirstPlugin
}
if (NextSectionOffset != NullOffset)
{
if (Signature != "PRIM")
writer.Align(16);
writer.WriteUint32Offset(_ofsNextPos, BasePosition);
}
}
}