Fixed prestiging not working after prestige 2

Fixed issues with receiving clothing
This commit is contained in:
Chomp
2025-07-19 21:16:42 +01:00
parent 32663a25df
commit a80d159545
3 changed files with 19 additions and 8 deletions
@@ -719,6 +719,9 @@ public class ProfileHelper(
case CustomisationTypeId.LIGHT:
rewardToStore.Type = CustomisationType.LIGHT;
break;
case CustomisationTypeId.UPPER:
rewardToStore.Type = CustomisationType.UPPER;
break;
default:
logger.Error(
$"Unhandled customisation unlock type: {matchingCustomisation.Parent} not added to profile"