Add head type to customisation unlocks
This commit is contained in:
@@ -684,6 +684,9 @@ public class ProfileHelper(
|
|||||||
case CustomisationTypeId.UPPER:
|
case CustomisationTypeId.UPPER:
|
||||||
rewardToStore.Type = CustomisationType.UPPER;
|
rewardToStore.Type = CustomisationType.UPPER;
|
||||||
break;
|
break;
|
||||||
|
case CustomisationTypeId.HEAD:
|
||||||
|
rewardToStore.Type = CustomisationType.HEAD;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
logger.Error($"Unhandled customisation unlock type: {template.Parent} not added to profile");
|
logger.Error($"Unhandled customisation unlock type: {template.Parent} not added to profile");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user