1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Quick fix some weird issue on boot

This commit is contained in:
KillzXGaming 2019-08-04 19:32:14 -04:00
parent bd0953477a
commit badfde22e5
2 changed files with 3 additions and 2 deletions

View File

@ -108,6 +108,7 @@ namespace FirstPlugin
//Now go to the first block. This is a list of section headers
//Each header follows the same structure, a signature, count, and size
reader.SeekBegin(offsets[0]);
for (int s = 0; s < SectionCount; s++)
{
long pos = reader.Position;

View File

@ -361,8 +361,8 @@ namespace FirstPlugin
Formats.Add(typeof(G1T));
Formats.Add(typeof(BFLYT));
Formats.Add(typeof(ZSI));
Formats.Add(typeof(IGZ));
// Formats.Add(typeof(IGZ));
//Unfinished wip formats not ready for use
if (Runtime.DEVELOPER_DEBUG_MODE)
{