Add cvar to disable ooc chat (#3258)
This commit is contained in:
@@ -21,6 +21,11 @@ namespace Content.Client.Administration
|
||||
|
||||
public event Action? AdminStatusUpdated;
|
||||
|
||||
public bool IsActive()
|
||||
{
|
||||
return _adminData?.Active ?? false;
|
||||
}
|
||||
|
||||
public bool HasFlag(AdminFlags flag)
|
||||
{
|
||||
return _adminData?.HasFlag(flag) ?? false;
|
||||
|
||||
Reference in New Issue
Block a user