Added some missing engine command permissions. (#5782)
If you want to bikeshed this further, open an issue.
This commit is contained in:
committed by
GitHub
parent
e9c812c29c
commit
a46c2e6c9d
@@ -32,14 +32,6 @@ namespace Content.Shared.Administration
|
||||
return Active && (Flags & flag) == flag;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Check if this admin can open the VV menu.
|
||||
/// </summary>
|
||||
public bool CanViewVar()
|
||||
{
|
||||
return HasFlag(AdminFlags.VarEdit);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Check if this admin can spawn stuff in with the entity/tile spawn panel.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user