mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Ensure SMDB actually reads (fixes #31)
This commit is contained in:
@@ -45,6 +45,14 @@ namespace SabreTools.Library.DatFiles
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
// If we can't read the next line, break
|
||||||
|
if (!svr.ReadNextLine())
|
||||||
|
break;
|
||||||
|
|
||||||
|
// If the line returns null somehow, skip
|
||||||
|
if (svr.Line == null)
|
||||||
|
continue;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The gameinfo order is as follows
|
The gameinfo order is as follows
|
||||||
0 - SHA-256
|
0 - SHA-256
|
||||||
|
|||||||
Reference in New Issue
Block a user