mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 22:24:11 -05:00
Fix directory not found issue
Thanks ArcticLoveBunny!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user