Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent aef9e89 commit 1299ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server.Database/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ public class Profile
public string Sex { get; set; } = null!;
public string Gender { get; set; } = null!;
public string Species { get; set; } = null!;
public float Height { get; set; } = 1f;
[Column(TypeName = "jsonb")] public JsonDocument? Markings { get; set; } = null!;
public string HairName { get; set; } = null!;
public string HairColor { get; set; } = null!;
Expand Down

0 comments on commit 1299ace

Please sign in to comment.