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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

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
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

1 个文件 +14 -0
Modified src/services/configService.ts +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",