Add another hand-formatted version of SS tag

This commit is contained in:
Matt Nadareski
2022-01-28 23:12:25 -08:00
parent ed4ac24efa
commit d48f5132fb
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
- Fix incorrect region two-letter code
- Adjust long names for some languages
- Add Sierra ID to list of pseudo-tags
- Add another hand-formatted version of SS tag
### 2.2 (2021-12-30)
- Fix Saturn header finding

View File

@@ -1674,6 +1674,7 @@ namespace MPF.Library
text = text.Replace("<b>LucasArts ID</b>:", ((SiteCode?)SiteCode.LucasArtsID).ShortName());
text = text.Replace("PFI:", ((SiteCode?)SiteCode.PFIHash).ShortName());
text = text.Replace("SS:", ((SiteCode?)SiteCode.SSHash).ShortName());
text = text.Replace("SSv1:", ((SiteCode?)SiteCode.SSHash).ShortName());
text = text.Replace("SS version:", ((SiteCode?)SiteCode.SSVersion).ShortName());
text = text.Replace("XeMID:", ((SiteCode?)SiteCode.XeMID).ShortName());
text = text.Replace("XMID:", ((SiteCode?)SiteCode.XMID).ShortName());