Skip to content

Commit

Permalink
Fix issue causing configuration view problems after unloading a game
Browse files Browse the repository at this point in the history
  • Loading branch information
dymanoid committed Jul 29, 2018
1 parent 16cc6c4 commit 19b3fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RealTime/Core/RealTimeMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public override void OnLevelUnloading()
}

configProvider.LoadDefaultConfiguration();
CloseConfigUI();
}

private static string GetModPath()
Expand Down

0 comments on commit 19b3fad

Please sign in to comment.