Skip to content

Commit

Permalink
Update MainForm.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Nov 26, 2024
1 parent 1d1cc3a commit 44d1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sonic4_ModLoader/Sonic4ModManager/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void RandomMods()
public MainForm(string[] args)
{
InitializeComponent();
CheckUpdates();
// CheckUpdates();
this.Text = "Sonic 4 Mod Loader [Version: " + Settings.ModLoaderVersion + "]";
RefreshMods();

Expand Down

0 comments on commit 44d1f94

Please sign in to comment.