From db872ae89ed55d665e9ba73be70783be968b6181 Mon Sep 17 00:00:00 2001 From: SpicyDarkFox Date: Fri, 6 Sep 2024 19:02:03 +0300 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B8=D0=BD=D0=B8=D0=BC=20=D0=B1=D0=B4?= =?UTF-8?q?=20=D1=81=D0=BD=D0=BE=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server.Database/Model.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }