Quick fix some weird issue on boot
This commit is contained in:
parent
bd0953477a
commit
badfde22e5
@ -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;
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user