Fix some over-accessible fields

This commit is contained in:
Matt Nadareski
2024-10-19 23:17:37 -04:00
parent 16f173099d
commit 4d5ac92125
15 changed files with 142 additions and 154 deletions

View File

@@ -24,7 +24,7 @@ namespace SabreTools.DatFiles
return;
// Create an internal source and add to the dictionary
var source = new DatItems.Source { Index = indexId, Name = filename };
var source = new DatItems.Source(indexId, filename);
long sourceIndex = ItemsDB.AddSource(source);
// Get the header from the metadata