From 1345182eea12a130357e6be8d618e8a69c3d5a85 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 14 Sep 2021 23:01:44 -0700 Subject: [PATCH] Update small things about Ring PROTECH --- BurnOutSharp/ProtectionType/RingPROTECH.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BurnOutSharp/ProtectionType/RingPROTECH.cs b/BurnOutSharp/ProtectionType/RingPROTECH.cs index 6e25c7cf..3bcf2a7c 100644 --- a/BurnOutSharp/ProtectionType/RingPROTECH.cs +++ b/BurnOutSharp/ProtectionType/RingPROTECH.cs @@ -4,6 +4,7 @@ using BurnOutSharp.Matching; namespace BurnOutSharp.ProtectionType { + // Renamed to ProRing at some point public class RingPROTECH : IContentCheck { /// @@ -17,7 +18,7 @@ namespace BurnOutSharp.ProtectionType { 0x00, 0x41, 0x6C, 0x6C, 0x6F, 0x63, 0x61, 0x74, 0x6F, 0x72, 0x00, 0x00, 0x00, 0x00 - }, "Ring PROTECH [Check disc for physical ring]"), + }, "Ring PROTECH / ProRing [Check disc for physical ring]"), }; return MatchUtil.GetFirstMatch(file, fileContent, contentMatchSets, includeDebug);