removed debug code
This commit is contained in:
@@ -332,8 +332,6 @@ public class SaveParserEU4
|
||||
public Dictionary<string, List<object>> Parse()
|
||||
{
|
||||
var root = ParseDict();
|
||||
if (root.Count == 0)
|
||||
throw new Exception("Save file is empty");
|
||||
return root;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user