diff --git a/Content.Server.Database/Model.cs b/Content.Server.Database/Model.cs index c8e1862f26..ff9984c700 100644 --- a/Content.Server.Database/Model.cs +++ b/Content.Server.Database/Model.cs @@ -1052,7 +1052,7 @@ public class AdminMessage : IAdminRemarksCommon } #if LPP_Sponsors // _LostParadise-Sponsors - [Table("sponsors")] + [Table("sponsors")] public class Sponsor { [Required, Key] public Guid UserId { get; set; } @@ -1062,7 +1062,6 @@ public class Sponsor public string AllowedMarkings { get; set; } = null!; public int ExtraSlots { get; set; } public DateTime ExpireDate {get;set;} - public bool AllowJob { get; set; } = false; } #endif }