no message

This commit is contained in:
雪风 2025-04-04 13:17:05 +08:00
parent 684085da44
commit d80e69fc91
1 changed files with 4 additions and 0 deletions

View File

@ -1158,6 +1158,10 @@ public class 特殊控制台 extends JFrame {
jsonObject4.put("npc", JSON.toJSONString(Start.aotuNpcs));
fileWriter.write(jsonObject4.toString());
fileWriter = new FileWriter(new File(property + "\\配置文件\\悬赏任务.ini"));
JSONObject jsonObject5 = new JSONObject();
jsonObject5.put("rw", JSON.toJSONString(Start.xsRWConfig));
fileWriter.write(jsonObject5.toString());
}