Skip to content

Commit

Permalink
Move this
Browse files Browse the repository at this point in the history
What I get for trying to make a bunch of changes and then split them
into small commits
  • Loading branch information
blowfishpro committed Sep 23, 2017
1 parent 9236be1 commit 8696143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/MMPatchLoader.cs
Expand Up @@ -763,9 +763,9 @@ private void LoadCache()

private void StatusUpdate()
{
status = "ModuleManager: " + progress.PatchedNodeCount + " patch" + (progress.PatchedNodeCount != 1 ? "es" : "") + " applied";
progressFraction = progress.ProgressFraction;

status = "ModuleManager: " + progress.PatchedNodeCount + " patch" + (progress.PatchedNodeCount != 1 ? "es" : "") + " applied";

if (progress.ErrorCount > 0)
status += ", found <color=orange>" + progress.ErrorCount + " error" + (progress.ErrorCount != 1 ? "s" : "") + "</color>";
Expand Down

0 comments on commit 8696143

Please sign in to comment.