diff --git a/Libraries/SPTarkov.Server.Core/Controllers/PrestigeController.cs b/Libraries/SPTarkov.Server.Core/Controllers/PrestigeController.cs index 0ee1aae4..2618e867 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/PrestigeController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/PrestigeController.cs @@ -88,6 +88,7 @@ public class PrestigeController(ProfileHelper profileHelper, DatabaseService dat continue; } + // This has to be done before the profile is wiped, as the user can only select a new head during the wipe if (template.Parent == CustomisationTypeId.HEAD) { profileHelper.AddHideoutCustomisationUnlock(profile, reward, CustomisationSource.PRESTIGE);