mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 15:45:03 -05:00
Latest Save Fix (#1043)
This seems to do it for me. Previously, it looped all the way to the earliest save and loaded that. This stops the search at the first match ordered by descending write time.
This commit is contained in:
@@ -581,6 +581,7 @@ public static bool detectSaveFile(out string path, params string[] extra)
|
||||
continue;
|
||||
|
||||
path = file;
|
||||
return true;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user