Ronin does not have family name in 20q

This commit is contained in:
Vlyan
2021-07-14 14:13:52 +02:00
parent cd0ea0d231
commit 195ef9d253
2 changed files with 2 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ export class TwentyQuestions {
// Update actor
await actor.update({
name: (formData.step2.family + " " + formData.step19.firstname).trim(),
name: ((formData.template !== "pow" ? formData.step2.family + " " : "") + formData.step19.firstname).trim(),
data: actorDatas,
});
}