Skip to content

Commit

Permalink
Change the Generated Mod's Version Number
Browse files Browse the repository at this point in the history
Now shows the Version of the Randomiser that generated it rather than the Seed (which was redundant anyway as it was already in the name).
  • Loading branch information
Knuxfan24 committed Jun 1, 2022
1 parent e718b2c commit 77bfb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarathonRandomiser/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ private async void Randomise(object sender, RoutedEventArgs e)
{
configInfo.WriteLine("[Details]");
configInfo.WriteLine($"Title=\"Sonic '06 Randomised ({TextBox_General_Seed.Text})\"");
configInfo.WriteLine($"Version=\"{TextBox_General_Seed.Text}\"");
configInfo.WriteLine($"Version=\"{GlobalVersionNumber.Replace("Version ", "")}\"");
configInfo.WriteLine($"Date=\"{DateTime.Now:dd/MM/yyyy}\"");
configInfo.WriteLine($"Author=\"Sonic '06 Randomiser Suite\"");

Expand Down

0 comments on commit 77bfb03

Please sign in to comment.