mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Support ancient .NET in Filtering
This commit is contained in:
@@ -35,7 +35,7 @@ namespace SabreTools.Filtering
|
||||
public bool SetRemover(string field)
|
||||
{
|
||||
// If the key is null or empty, return false
|
||||
if (string.IsNullOrWhiteSpace(field))
|
||||
if (string.IsNullOrEmpty(field))
|
||||
return false;
|
||||
|
||||
// If we have a Machine field
|
||||
|
||||
Reference in New Issue
Block a user