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

@@ -38,7 +38,7 @@ namespace Content.Client.Administration.Managers
public bool CanViewVar()
{
return _adminData?.CanViewVar() ?? false;
return CanCommand("vv");
}
public bool CanAdminPlace()