From 489876af8b0ecd2d7bccfd312d9779cf174f484a Mon Sep 17 00:00:00 2001 From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:06:53 +0100 Subject: [PATCH] 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 --- Content.Server/Toolshed/Commands/VisualizeCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Toolshed/Commands/VisualizeCommand.cs b/Content.Server/Toolshed/Commands/VisualizeCommand.cs index 41613cab86..9b0892befa 100644 --- a/Content.Server/Toolshed/Commands/VisualizeCommand.cs +++ b/Content.Server/Toolshed/Commands/VisualizeCommand.cs @@ -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!; -- 2.51.2