mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-07-08 18:16:25 +00:00
Fix comment around disc key
This commit is contained in:
@@ -179,7 +179,7 @@ namespace SabreTools.RedumpLib.Tools
|
||||
info.DiscIdentifiers.Version = $"(VERIFY THIS) {WebUtility.HtmlDecode(match.Groups[1].Value)}";
|
||||
}
|
||||
|
||||
// PS3 DiscKey
|
||||
// Disc Key
|
||||
if (string.IsNullOrEmpty(info.DiscIdentifiers.DiscKey))
|
||||
{
|
||||
// Validate key is not NULL
|
||||
|
||||
Reference in New Issue
Block a user