Skip to content

Commit

Permalink
Removed leftover encryption method
Browse files Browse the repository at this point in the history
	modified:   Sonic-06-Mod-Manager/src/UnifyPatcher.cs
  • Loading branch information
HyperPolygon64 committed Apr 12, 2020
1 parent db22704 commit 85cca82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sonic-06-Mod-Manager/src/UnifyPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ public static void InstallPatches(string patch, string name) {
}
}
}

if (decrypted && system == "PlayStation 3") EncryptExecutable();
#if !DEBUG
} catch (Exception ex) {
Console.WriteLine($"[{DateTime.Now:HH:mm:ss tt}] [Error] {name}\n{ex}");
Expand Down

0 comments on commit 85cca82

Please sign in to comment.