Fixed merge error

pull/918/head
rnicar 2024-05-15 21:12:31 +02:00
parent 9e4354595e
commit def3f88f66
5 changed files with 5 additions and 6 deletions

View File

@ -37,6 +37,6 @@ export const esConfig = {
growth: growth,
partyUiHandler: partyUiHandler,
summaryUiHandler: SummaryUiHandler,
biome: biome
biome: biome,
weather: weather
}

View File

@ -37,6 +37,6 @@ export const frConfig = {
growth: growth,
partyUiHandler: partyUiHandler,
summaryUiHandler: SummaryUiHandler,
biome: biome
biome: biome,
weather: weather
}

View File

@ -37,6 +37,6 @@ export const itConfig = {
growth: growth,
partyUiHandler: partyUiHandler,
summaryUiHandler: SummaryUiHandler,
biome: biome
biome: biome,
weather: weather
}

View File

@ -35,6 +35,6 @@ export const ptBrConfig = {
growth: growth,
partyUiHandler: partyUiHandler,
summaryUiHandler: SummaryUiHandler,
biome: biome
biome: biome,
weather: weather
}

View File

@ -35,7 +35,6 @@ export const zhCnConfig = {
nature: nature,
partyUiHandler: partyUiHandler,
summaryUiHandler: SummaryUiHandler,
biome: biome
nature: nature,
biome: biome,
weather: weather
}