From 185bb8ae378ccf53e84d727abab4a87b8c6eff2b Mon Sep 17 00:00:00 2001 From: milimoe Date: Fri, 15 Nov 2024 01:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E4=BF=9D=E5=AD=98=E2=80=A6?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaCore/Controllers/FunGameController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OshimaCore/Controllers/FunGameController.cs b/OshimaCore/Controllers/FunGameController.cs index b443ae7..5f954aa 100644 --- a/OshimaCore/Controllers/FunGameController.cs +++ b/OshimaCore/Controllers/FunGameController.cs @@ -489,6 +489,7 @@ namespace Oshima.Core.Controllers PluginConfig pc = new("saved", userid.ToString()); pc.LoadConfig(); pc.Add("user", user); + pc.SaveConfig(); return NetworkUtility.JsonSerialize($"创建存档成功!你的用户名是【{username}】。"); } @@ -590,6 +591,7 @@ namespace Oshima.Core.Controllers } break; } + pc.SaveConfig(); return NetworkUtility.JsonSerialize(msg + "】!"); } else