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 = [];