返回提交历史
Modified
src/services/configService.ts
+14
-0
XFEstudio/XFESpaceNinjaServer
chore: more removed/obsolete settings put into configRemovedOptionsKeys (#2896)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2896 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
875f4b9f
代码差异
1 个文件
+14
-0
@@ -83,6 +83,20 @@ export interface IConfig {
83
83
}
84
84
85
85
export const configRemovedOptionsKeys = [
86
"testQuestKey",
87
"lockTime",
88
"starDays",
89
"platformCDNs",
90
"completeAllQuests",
91
"worldSeed",
92
"unlockAllQuests",
93
"unlockAllMissions",
94
"version",
95
"matchmakingBuildId",
96
"buildLabel",
97
"infiniteResources",
98
"testMission",
99
"skipStoryModeChoice",
86
100
"NRS",
87
101
"myIrcAddresses",
88
102
"skipAllDialogue",