mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make skippers work more properly
This commit is contained in:
@@ -352,6 +352,12 @@ namespace SabreTools.Helper.Skippers
|
||||
{
|
||||
SkipperRule skipperRule = new SkipperRule();
|
||||
|
||||
// If we have a null skipper name, we return since we're not matching skippers
|
||||
if (skipperName == null)
|
||||
{
|
||||
return skipperRule;
|
||||
}
|
||||
|
||||
// Loop through and find a Skipper that has the right name
|
||||
logger.Verbose("Beginning search for matching header skip rules");
|
||||
List<Skipper> tempList = new List<Skipper>();
|
||||
|
||||
Reference in New Issue
Block a user