Added some missing engine command permissions. (#5782)

If you want to bikeshed this further, open an issue.
This commit is contained in:
Vera Aguilera Puerto
2021-12-18 14:16:34 +01:00
committed by GitHub
parent e9c812c29c
commit a46c2e6c9d
4 changed files with 65 additions and 10 deletions

View File

@@ -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>