Update obsolete

This commit is contained in:
Archangel
2026-02-07 19:47:40 +01:00
parent 9f189f2e15
commit c4082321e9
@@ -26,7 +26,7 @@ public record RepairConfig : BaseConfig
/// <summary>
/// How much INT can be given to player per repair action
/// </summary>
[Obsolete("Only for backwards compatibility, does nothing")]
[Obsolete("Removed in SPT 4.1 - Only for backwards compatibility, does nothing")]
[JsonIgnore]
public MaxIntellectGainValues MaxIntellectGainPerRepair { get; set; } = new();