mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix import and generation by fixing how game names and file names are processed and stored.
This commit is contained in:
@@ -300,7 +300,7 @@ JOIN checksums
|
||||
// If the name and set are the same, rename it with whatever is different
|
||||
if (samename && samegame)
|
||||
{
|
||||
temp.Name = Regex.Replace(temp.Name, @"^(.*)(\..*)", "$1 (" +
|
||||
temp.Name = Regex.Replace(temp.Name, @"^(.*)(\..*)", "$1(" +
|
||||
(temp.CRC != "" ? temp.CRC :
|
||||
(temp.MD5 != "" ? temp.MD5 :
|
||||
(temp.SHA1 != "" ? temp.SHA1 : "Alt"))) +
|
||||
|
||||
Reference in New Issue
Block a user