Merge branch 'master' of https://dev.sp-tarkov.com/SPT/Server into 310-dev
This commit is contained in:
commit
aa90d8fa52
@ -497,7 +497,16 @@ export class ProfileController
|
||||
return false;
|
||||
}
|
||||
|
||||
if (request.memberCategory !== null)
|
||||
{
|
||||
profileToUpdate.Info.SelectedMemberCategory = request.memberCategory;
|
||||
}
|
||||
|
||||
if(request.squadInviteRestriction !== null)
|
||||
{
|
||||
profileToUpdate.Info.SquadInviteRestriction = request.squadInviteRestriction;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user