Correctly update the admin button the chat box.

This commit is contained in:
Pieter-Jan Briers
2020-11-01 23:55:55 +01:00
parent 711166f43a
commit 637581bf3b
4 changed files with 60 additions and 29 deletions

View File

@@ -1,9 +1,12 @@
using Content.Shared.Administration;
using System;
using Content.Shared.Administration;
namespace Content.Client.Administration
{
public interface IClientAdminManager
{
public event Action AdminStatusUpdated;
bool HasFlag(AdminFlags flag);
bool CanCommand(string cmdName);