Skip to content

Commit

Permalink
+ban limit
Browse files Browse the repository at this point in the history
  • Loading branch information
RheaAyase committed Oct 14, 2024
1 parent e809da7 commit 7ccfcbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Entities/ServerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ public class ServerConfig
[Column("operator_roleid")]
public guid OperatorRoleId{ get; set; } = 0;

[Column("ban_limit")]
public int BanLimit{ get; set; } = 10;

[Column("ban_duration", TypeName = "varchar(255)")]
public string BanDuration{ get; set; } = "";

Expand Down

0 comments on commit 7ccfcbe

Please sign in to comment.