mirror of
https://github.com/kwsch/NLSE.git
synced 2026-09-07 10:55:17 -05:00
Add hint to the 'fixed checksums' alert
Help those who tried to open their save data since the UI isn't terribly obvious.
This commit is contained in:
2
Main.cs
2
Main.cs
@@ -80,7 +80,7 @@ private void tabMain_DragDrop(object sender, DragEventArgs e)
|
||||
}
|
||||
else
|
||||
{
|
||||
Util.Alert("File checksums were not updated (already valid):" + Environment.NewLine + file);
|
||||
Util.Alert("File checksums were not updated (already valid):" + Environment.NewLine + file, "If you were trying to load your save file, drop the folder that has garden.dat instead!");
|
||||
}
|
||||
}
|
||||
catch (Exception ex) { Util.Error("File error:" + Environment.NewLine + file, ex.ToString()); }
|
||||
|
||||
Reference in New Issue
Block a user