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: OpenWF/SpaceNinjaServer#2897
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit is contained in:
Animan8000 2025-10-15 01:13:53 -07:00 committed by Sainan
parent 875f4b9fa4
commit 9263b8f179

View File

@ -83,6 +83,7 @@ export interface IConfig {
} }
export const configRemovedOptionsKeys = [ export const configRemovedOptionsKeys = [
"unlockallShipFeatures",
"testQuestKey", "testQuestKey",
"lockTime", "lockTime",
"starDays", "starDays",