Skip to content

Commit

Permalink
Fix syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
CJMinecraft01 committed Dec 24, 2017
1 parent 888d65a commit afcdaf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ForgeModBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@ private void CheckForUpdatesMenuItem_Click(object sender, EventArgs e)

private void CheckVersionsMenuItem_Click(object sender, EventArgs e)
{
NewProjectMenu.Sync = true;
NewProjectMenu.SetupVersions();
}

Expand Down

0 comments on commit afcdaf6

Please sign in to comment.