forked from OpenWF/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: 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:
parent
875f4b9fa4
commit
9263b8f179
@ -83,6 +83,7 @@ export interface IConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const configRemovedOptionsKeys = [
|
export const configRemovedOptionsKeys = [
|
||||||
|
"unlockallShipFeatures",
|
||||||
"testQuestKey",
|
"testQuestKey",
|
||||||
"lockTime",
|
"lockTime",
|
||||||
"starDays",
|
"starDays",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user