diff --git a/Glamourer/Services/CustomizationService.cs b/Glamourer/Services/CustomizationService.cs index a0f9c17..121c76e 100644 --- a/Glamourer/Services/CustomizationService.cs +++ b/Glamourer/Services/CustomizationService.cs @@ -122,7 +122,7 @@ public sealed class CustomizationService : AsyncServiceWrapper set.DataByValue(type, value, out data, face) >= 0; + => set.DataByValue(type, value, out data, face) >= 0 || !set.IsAvailable(type) && value.Value == 0; /// Returns whether a customization value is valid for a given clan, gender and face. [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)]