From ed3d95bda5af6d0118729718379cf118f68a781d Mon Sep 17 00:00:00 2001 From: ZouJin Date: Sun, 27 Aug 2023 04:00:33 +1000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=BC=80=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E7=A9=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs index fd12aa0..c640b16 100644 --- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs @@ -1187,7 +1187,7 @@ namespace VPet_Simulator.Windows { if (MessageBoxX.Show("是否重置游戏数据重新开始?\n该操作无法撤回".Translate(), "重新开始".Translate(), MessageBoxButton.YesNo) == MessageBoxResult.Yes) { - mw.Core.Save = new GameSave(); + mw.Core.Save = new GameSave(mw.Core.Save.Name); mw.Set.Statistics = new Statistics(); CBSaveReLoad.IsEnabled = false; BtnSaveReload.IsEnabled = false;