Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Add manual installation instructions if installation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojaner committed Feb 14, 2021
1 parent 34e619f commit a151dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jobs/JobsExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static bool Execute(List<IJob> jobsToExecute, string[] args)

jobsToExecute.Clear();
Logger.Log("OpenMod installation has failed. No changes were made. Please report this issue on the OpenMod discord: https://discord.gg/J9KYMaMaTN.");
Logger.Log("To install OpenMod manually, visit https://openmod.github.io/openmod-docs/userdoc/installation/unturned.html.");
return false;
}
}
Expand Down Expand Up @@ -63,4 +64,4 @@ private static void Revert(IReadOnlyList<IJob> jobs)
}
}
}
}
}

0 comments on commit a151dc0

Please sign in to comment.