mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Rename _files to _items to better reflect use
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user