返回提交历史
Modified
src/services/configService.ts
+1
-0
XFEstudio/SpaceNinjaServer
chore: forgot to add one removed/obsolete setting to configRemovedOptionsKeys (#2897)
One setting in the config used to have a typo before #291 and the whole thing here is case sensitive anyway, so I added it here as well. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2897 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
9263b8f1
代码差异
1 个文件
+1
-0
@@ -83,6 +83,7 @@ export interface IConfig {
83
83
}
84
84
85
85
export const configRemovedOptionsKeys = [
86
"unlockallShipFeatures",
86
87
"testQuestKey",
87
88
"lockTime",
88
89
"starDays",