mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Merge pull request #281 from Cyberboss/30Warning
Adds a warning about static directory deletion when updating from 3.0
This commit is contained in:
@@ -95,6 +95,8 @@ namespace TGInstallerWrapper
|
||||
try
|
||||
{
|
||||
VersionLabel.Text = (string)Version.Invoke(GetComponentITGSService.Invoke(null, null), null);
|
||||
if (VersionLabel.Text.Contains("v3.0")) //OH GOD!!!!
|
||||
MessageBox.Show("Warning! Upgrading from version 3.0 may trigger a bug that can delete /config and /data. IT IS STRONGLY RECCOMMENDED THAT YOU BACKUP THESE FOLDERS BEFORE UPDATING!");
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user