Skip to content

Commit

Permalink
Touching up an issue with DLLModGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorvinus committed Aug 4, 2015
1 parent 3b44668 commit 21b4563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLLModGenerator/MainForm.cs
Expand Up @@ -81,7 +81,7 @@ private void PickProject()

// Load mod info
ModManagement.ModProfile modProfile = new ModManagement.ModProfile(string.Concat(projectFolder, "\\mod.ini"));
gameType = (DLLModGenerator.Game)ModManagement.ModManagement.GameFromString(modProfile.GameType);
gameType = (DLLModGenerator.Game)ModManagement.ModManagement.GameFromString(modProfile.Game);
}

private void LoadINI(string filename)
Expand Down

0 comments on commit 21b4563

Please sign in to comment.