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

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

代码差异

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