mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix some over-accessible fields
This commit is contained in:
@@ -38,7 +38,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
ValidationFlags = XmlSchemaValidationFlags.None,
|
||||
ValidationType = ValidationType.None,
|
||||
});
|
||||
var source = new Source { Index = indexId, Name = filename };
|
||||
var source = new Source(indexId, filename);
|
||||
long sourceIndex = ItemsDB.AddSource(source);
|
||||
|
||||
// If we got a null reader, just return
|
||||
|
||||
Reference in New Issue
Block a user