From f6eb626d7362a094cc82eef309402f409a0a978c Mon Sep 17 00:00:00 2001 From: Archangel Date: Thu, 8 Jan 2026 13:57:48 +0100 Subject: [PATCH] Add comment --- Libraries/SPTarkov.Server.Core/Controllers/PrestigeController.cs | 1 + 1 file changed, 1 insertion(+) 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);