mirror of
https://github.com/kwsch/NLSE.git
synced 2026-04-24 07:27:11 -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:
parent
16fc1ec6f2
commit
a73f8a0cd0
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()); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user