Skip to content

Commit

Permalink
фикс вроде 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 8, 2024
1 parent ccef792 commit 0ca42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server.Database/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ca42f2

Please sign in to comment.