Include cybertark customisation on dev profiles

This commit is contained in:
Chomp
2025-01-17 12:29:25 +00:00
parent 96a6acf1cd
commit f6e58e92f7
+11
View File
@@ -356,6 +356,17 @@ public class CreateProfileService
});
}
}
// Dev profile additions
if (fullProfile.ProfileInfo.Edition.ToLower().Contains("developer"))
{
// CyberTark background
fullProfile.CustomisationUnlocks.Add( new CustomisationStorage{
Id = "67585108def253bd97084552",
Source = CustomisationSource.DEFAULT,
Type = CustomisationType.ENVIRONMENT,
});
}
}
private string GetGameEdition(SptProfile profile)