Browse Source

Updated message to reflect a possiblity

pull/46/head
artman41 6 years ago
parent
commit
0e7e488bbc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      IPA/Program.cs

+ 2
- 1
IPA/Program.cs View File

@ -69,6 +69,7 @@ namespace IPA {
var patchedModule = PatchedModule.Load(context.EngineFile);
var isCurrentNewer = Version.CompareTo(patchedModule.Data.Version) > 0;
Console.WriteLine($"Current: {Version} Patched: {patchedModule.Data.Version}");
if (isCurrentNewer) {
Console.ForegroundColor = ConsoleColor.White;
Console.WriteLine(
@ -191,7 +192,7 @@ namespace IPA {
Console.WriteLine("Done!");
}
else {
Console.WriteLine("Already vanilla!");
Console.WriteLine("Already vanilla or you removed your backups!");
}


Loading…
Cancel
Save