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, growth: growth,
partyUiHandler: partyUiHandler, partyUiHandler: partyUiHandler,
summaryUiHandler: SummaryUiHandler, summaryUiHandler: SummaryUiHandler,
biome: biome biome: biome,
weather: weather weather: weather
} }

View File

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

View File

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

View File

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

View File

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