From 6e3e8f13d6a89f3285948e7f11220206b464b137 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 28 Oct 2023 12:28:52 +0100 Subject: [PATCH] set `NeedWipeOptions` on profile creation --- project/src/controllers/ProfileController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/controllers/ProfileController.ts b/project/src/controllers/ProfileController.ts index e5b1adc5..b8ba3455 100644 --- a/project/src/controllers/ProfileController.ts +++ b/project/src/controllers/ProfileController.ts @@ -138,6 +138,7 @@ export class ProfileController pmcData.Info.RegistrationDate = this.timeUtil.getTimestamp(); pmcData.Info.Voice = this.databaseServer.getTables().templates.customization[info.voiceId]._name; pmcData.Stats = this.profileHelper.getDefaultCounters(); + pmcData.Info.NeedWipeOptions = []; pmcData.Customization.Head = info.headId; pmcData.Health.UpdateTime = this.timeUtil.getTimestamp(); pmcData.Quests = [];