Add ban id to ban list, make ids label a button (#12700)

This commit is contained in:
DrSmugleaf
2022-11-21 20:04:24 +01:00
committed by GitHub
parent a5c2d7c7a9
commit 5c80153665
6 changed files with 20 additions and 25 deletions

View File

@@ -7,10 +7,11 @@ namespace Content.Client.Administration.UI.BanList;
[GenerateTypedNameReferences]
public sealed partial class BanListIdsPopup : Popup
{
public BanListIdsPopup(string? ip, string? hwid, string? guid)
public BanListIdsPopup(string? id, string? ip, string? hwid, string? guid)
{
RobustXamlLoader.Load(this);
ID.Text = id;
IP.Text = ip;
HWId.Text = hwid;
GUID.Text = guid;