XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

fix: enable completeAllQuests in default/example config (#684)

ff4b1e5c
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +1 -1
Modified config.json.example +1 -1
@@ -14,7 +14,7 @@
14 14 "unlockAllScans": true,
15 15 "unlockAllMissions": true,
16 16 "unlockAllQuests": true,
17 "completeAllQuests": false,
17 "completeAllQuests": true,
18 18 "infiniteCredits": true,
19 19 "infinitePlatinum": true,
20 20 "unlockAllShipFeatures": true,