Skip to content

Commit

Permalink
Restore first run settings prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett authored and Metadorius committed Oct 2, 2020
1 parent 9e828c2 commit a203bfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DXMainClient/DXGUI/Generic/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ private void CheckRequiredFiles()
/// </summary>
private void CheckIfFirstRun()
{
if (ClientConfiguration.Instance.LocalGame == "YR")
return;

if (UserINISettings.Instance.IsFirstRun)
{
UserINISettings.Instance.IsFirstRun.Value = false;
Expand Down

0 comments on commit a203bfc

Please sign in to comment.