FocusAbility

This commit is contained in:
Sainan 2025-01-20 09:45:46 +01:00
parent fee4ff688a
commit 6c2e15aa68

View File

@ -167,7 +167,7 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
db[key] = client[key]; db[key] = client[key];
} }
} }
for (const key of ["ThemeStyle", "ThemeBackground", "ThemeSounds", "EquippedInstrument"] as const) { for (const key of ["ThemeStyle", "ThemeBackground", "ThemeSounds", "EquippedInstrument", "FocusAbility"] as const) {
if (client[key]) { if (client[key]) {
db[key] = client[key]; db[key] = client[key];
} }