Skip to content

Commit

Permalink
Ensure that final string printed to the screen is the actual status
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 28, 2017
1 parent 59a9220 commit 784e7a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ModuleManager/MMPatchLoader.cs
Expand Up @@ -338,6 +338,8 @@ private IEnumerator ProcessPatch()
CreateCache(progress.PatchedNodeCount);
}

StatusUpdate(progress);

#endregion Saving Cache

SaveModdedTechTree();
Expand Down

0 comments on commit 784e7a8

Please sign in to comment.