[DatFile] Rename _files to _items to better reflect use

This commit is contained in:
Matt Nadareski
2017-09-25 12:38:13 -07:00
parent 231cc6141f
commit 260a6c5851
2 changed files with 43 additions and 43 deletions

View File

@@ -37,7 +37,7 @@ namespace SabreTools.Library.Dats
}
// If we have a situation where there's no dictionary or no keys at all, we skip
if (_files == null || _files.Count == 0)
if (_items == null || _items.Count == 0)
{
return;
}