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
@@ -38,7 +38,7 @@ namespace Content.Client.Administration.Managers
|
||||
|
||||
public bool CanViewVar()
|
||||
{
|
||||
return _adminData?.CanViewVar() ?? false;
|
||||
return CanCommand("vv");
|
||||
}
|
||||
|
||||
public bool CanAdminPlace()
|
||||
|
||||
Reference in New Issue
Block a user