Revert "Show ban and note count in ahelp window" (#15347)

This commit is contained in:
metalgearsloth
2023-04-12 19:43:33 +10:00
committed by GitHub
parent d0b9e1b978
commit 3dc0908151
13 changed files with 34 additions and 142 deletions

View File

@@ -13,7 +13,5 @@ namespace Content.Shared.Administration
EntityUid? EntityUid,
NetUserId SessionId,
bool Connected,
bool ActiveThisRound,
int Bans,
int Notes);
bool ActiveThisRound);
}