fix: apply module not working

This commit is contained in:
kwaroran
2024-06-05 16:51:30 +09:00
parent 764c2370dd
commit c9d41c1cfa
2 changed files with 14 additions and 8 deletions

View File

@@ -223,5 +223,7 @@ export async function applyModule() {
}
}
CurrentCharacter.set(currentChar)
alertNormal(language.successApplyModule)
}