diff --git a/PKHeX.WinForms/MainWindow/Main.cs b/PKHeX.WinForms/MainWindow/Main.cs index d5513f9de..3368c6baa 100644 --- a/PKHeX.WinForms/MainWindow/Main.cs +++ b/PKHeX.WinForms/MainWindow/Main.cs @@ -395,7 +395,7 @@ private void MainMenuFolder(object sender, EventArgs e) ofType.BringToFront(); } else - new SAV_FolderList(s => OpenSAV(s, s.FilePath)).Show(); + new SAV_FolderList(s => OpenSAV(SaveUtil.GetVariantSAV(s.FilePath), s.FilePath)).Show(); } // Misc Options