mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Name is not guaranteed
This commit is contained in:
@@ -402,7 +402,6 @@ namespace SabreTools.Library.DatFiles
|
||||
// Filter the list
|
||||
fi = fi.Where(i => i != null)
|
||||
.Where(i => !i.Remove)
|
||||
.Where(i => i.Name != null)
|
||||
.Where(i => i.Machine?.Name != null)
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user