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

View file

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