Fix RoleUnban referring to the wrong ban type (#6885)
This commit is contained in:
@@ -432,7 +432,7 @@ namespace Content.Server.Database
|
|||||||
[Column("role_unban_id")] public int Id { get; set; }
|
[Column("role_unban_id")] public int Id { get; set; }
|
||||||
|
|
||||||
public int BanId { get; set; }
|
public int BanId { get; set; }
|
||||||
public ServerBan Ban { get; set; } = null!;
|
public ServerRoleBan Ban { get; set; } = null!;
|
||||||
|
|
||||||
public Guid? UnbanningAdmin { get; set; }
|
public Guid? UnbanningAdmin { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user