Correctly update the admin button the chat box.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user