mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 07:04:16 +00:00
Sync missing change
oops
This commit is contained in:
parent
60e05f181b
commit
5e242833ba
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ namespace PKHeX.WinForms
|
|||
|
||||
// Detect main
|
||||
string msg = null;
|
||||
var sav = null;
|
||||
SaveFile sav = null;
|
||||
if (DetectSaveFileOnFileOpen)
|
||||
sav = SaveDetection.DetectSaveFile(Environment.GetLogicalDrives(), ref msg);
|
||||
if (sav == null && !string.IsNullOrWhiteSpace(msg))
|
||||
|
|
Loading…
Reference in a new issue