From 5b10e6d61413a0f68b667cdae3e0ff07095935e5 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 17 Jul 2021 21:54:47 -0700 Subject: [PATCH] Add check note for Tivola --- BurnOutSharp/ProtectionType/TivolaRingProtection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BurnOutSharp/ProtectionType/TivolaRingProtection.cs b/BurnOutSharp/ProtectionType/TivolaRingProtection.cs index 97bf19d1..82af6f18 100644 --- a/BurnOutSharp/ProtectionType/TivolaRingProtection.cs +++ b/BurnOutSharp/ProtectionType/TivolaRingProtection.cs @@ -14,7 +14,7 @@ namespace BurnOutSharp.ProtectionType { var matchers = new List { - new PathMatchSet(Path.Combine("ZDAT", "webmast.dxx"), "Tivola Ring Protection"), + new PathMatchSet(Path.Combine("ZDAT", "webmast.dxx"), "Tivola Ring Protection [Check disc for physical ring]"), }; return MatchUtil.GetAllMatches(files, matchers, any: true); @@ -25,7 +25,7 @@ namespace BurnOutSharp.ProtectionType { var matchers = new List { - new PathMatchSet(Path.Combine("ZDAT", "webmast.dxx"), "Tivola Ring Protection"), + new PathMatchSet(Path.Combine("ZDAT", "webmast.dxx"), "Tivola Ring Protection [Check disc for physical ring]"), }; return MatchUtil.GetFirstMatch(path, matchers, any: true);