diff --git a/Content.Server.Database/Model.cs b/Content.Server.Database/Model.cs index 4b09d193a4..64ef941456 100644 --- a/Content.Server.Database/Model.cs +++ b/Content.Server.Database/Model.cs @@ -1061,7 +1061,7 @@ public class Sponsor public bool HavePriorityJoin { get; set; } public string AllowedMarkings { get; set; } = null!; public int ExtraSlots { get; set; } - public DateTime ExpireDate {get;set;} + //public DateTime ExpireDate {get;set;} public bool AllowJob { get; set; } = false; } #endif