Skip to content

Commit

Permalink
Dont do gmae version error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 28, 2024
1 parent ea5d242 commit 9ef6ae2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Refresher/Patching/EbootPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,6 @@ public List<Message> Verify(string url, bool patchDigest)

if (this.GenerateRpcs3Patch)
{
if (string.IsNullOrWhiteSpace(this.GameVersion))
{
messages.Add(new Message(MessageLevel.Error,
"Missing game version! This is used by RPCS3 to filter patches. If this value is incorrect, the patch may not display in the Patch Manager."));
}

if (string.IsNullOrWhiteSpace(this.PpuHash))
{
messages.Add(new Message(MessageLevel.Error,
Expand Down

0 comments on commit 9ef6ae2

Please sign in to comment.