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
MessageBox.Show("Another instance of unturned server manager is already running!","Unturned Server Manager",MessageBoxButtons.OK,MessageBoxIcon.Information);
54
+
return;
55
+
}
56
+
}
57
+
catch(AbandonedMutexException)
58
+
{
59
+
hasHandle=true;
60
+
}
61
+
Logger.Log("Started main application.");
62
+
Application.Run(newManager());
63
+
Logger.Log("Main application was closed.");
64
+
}
65
+
finally
41
66
{
42
-
MessageBox.Show("Another instance of unturned server manager is already running!","Unturned Server Manager",MessageBoxButtons.OK,MessageBoxIcon.Information);
Logger.Log("Version of the program is different than the latest one. Opened notification of a new update.");
192
-
Notifier.ShowBalloonTip(5000,"New Version","A new version for Unturned Server Manager is available! Head over to the github page for more information. Your version: 3.0.1.2, Latest Version: "+LatestVersion+".",ToolTipIcon.None);
192
+
Notifier.ShowBalloonTip(5000,"New Version","A new version for Unturned Server Manager is available! Head over to the github page for more information. Your version: 3.0.1.3, Latest Version: "+LatestVersion+".",ToolTipIcon.None);
0 commit comments