Change visualize command perms to VarEdit instead of Admin (#35221)
People with VarEdit can use VV but can't use visualize, makes no sense. Has headmin approval here: https://canary.discord.com/channels/310555209753690112/1193403928096821358/1340756276371787827
This commit is contained in:
parent
a6956162b1
commit
489876af8b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ using Robust.Shared.Toolshed.Errors;
|
|||
|
||||
namespace Content.Server.Toolshed.Commands;
|
||||
|
||||
[ToolshedCommand, AdminCommand(AdminFlags.Admin)]
|
||||
[ToolshedCommand, AdminCommand(AdminFlags.VarEdit)]
|
||||
public sealed class VisualizeCommand : ToolshedCommand
|
||||
{
|
||||
[Dependency] private readonly EuiManager _euiManager = default!;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue