From 9263b8f17956b985555b3ffc1e5279ae2d1babfe Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Wed, 15 Oct 2025 01:13:53 -0700 Subject: [PATCH] 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 Co-committed-by: Animan8000 --- src/services/configService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/configService.ts b/src/services/configService.ts index 6ea5c16f..66b17fd7 100644 --- a/src/services/configService.ts +++ b/src/services/configService.ts @@ -83,6 +83,7 @@ export interface IConfig { } export const configRemovedOptionsKeys = [ + "unlockallShipFeatures", "testQuestKey", "lockTime", "starDays",