Skip to content

Commit

Permalink
No point of updating the status outside the loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Apr 20, 2016
1 parent d38233a commit 33e6b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ public override void StartLoad()

public void Update()
{
if (appliedPatchCount > 0)
if (appliedPatchCount > 0 && HighLogic.LoadedScene == GameScenes.LOADING)
StatusUpdate();
}

Expand Down

0 comments on commit 33e6b05

Please sign in to comment.