You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(ModManager.serverStatus=="offline")MessageBox.Show("Unable to establish a connection to SEGA Carnival.","Server Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
85
+
elseif(ModManager.serverStatus=="down")MessageBox.Show("The update servers are currently undergoing maintenance. Apologies for the inconvenience.","Server Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
DialogResultconfirmUpdate=MessageBox.Show("Sonic '06 Mod Manager - "+latestVersion+" is now available!\n\nChangelogs:\n"+changeLogs+"\n\nDo you wish to download it?","New update available!",MessageBoxButtons.YesNo,MessageBoxIcon.Question);
else{MessageBox.Show("Sonic '06 Mod Manager doesn't exist... What?!","Stupid Error",MessageBoxButtons.OK,MessageBoxIcon.Error);}
105
+
}
106
+
catch
107
+
{
108
+
MessageBox.Show("An error occurred when updating Sonic '06 Mod Manager.","Fatal Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
109
+
}
110
+
break;
111
+
}
112
+
}
113
+
elseif(updateState=="user")MessageBox.Show("There are currently no updates available.","Sonic '06 Mod Manager",MessageBoxButtons.OK,MessageBoxIcon.Information);
0 commit comments