diff --git a/PKHeX/Saves/SaveUtil.cs b/PKHeX/Saves/SaveUtil.cs index 2373f2681..86e8390d0 100644 --- a/PKHeX/Saves/SaveUtil.cs +++ b/PKHeX/Saves/SaveUtil.cs @@ -581,6 +581,7 @@ public static bool detectSaveFile(out string path, params string[] extra) continue; path = file; + return true; } catch (Exception e) {