mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-24 05:26:57 -05:00
Fix directory not found issue
Thanks ArcticLoveBunny!
This commit is contained in:
parent
757cf11f52
commit
ef35055d4e
|
|
@ -1367,6 +1367,7 @@ private static void refreshMGDB()
|
|||
var g6 = getWC6DB(Resources.wc6, Resources.wc6full);
|
||||
var g7 = getWC7DB(Resources.wc7, Resources.wc7full);
|
||||
|
||||
if (Directory.Exists(MGDatabasePath))
|
||||
foreach (var file in Directory.GetFiles(MGDatabasePath, "*", SearchOption.AllDirectories))
|
||||
{
|
||||
var fi = new FileInfo(file);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user