diff --git a/project/src/controllers/ProfileController.ts b/project/src/controllers/ProfileController.ts index 20b86606..e05ecb3f 100644 --- a/project/src/controllers/ProfileController.ts +++ b/project/src/controllers/ProfileController.ts @@ -139,7 +139,7 @@ export class ProfileController { pmcData.aid = account.aid; pmcData.savage = account.scavId; pmcData.sessionId = sessionID; - pmcData.Info.Nickname = account.username; + pmcData.Info.Nickname = info.nickname; pmcData.Info.LowerNickname = account.username.toLowerCase(); pmcData.Info.RegistrationDate = this.timeUtil.getTimestamp(); pmcData.Info.Voice = this.databaseService.getCustomization()[info.voiceId]._name;