no message
This commit is contained in:
parent
684085da44
commit
d80e69fc91
|
|
@ -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());
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue