Fix client-only command permissions. (#5899)
This commit is contained in:
committed by
GitHub
parent
1e42bafea4
commit
666be08d86
@@ -1,4 +1,4 @@
|
||||
using Content.Shared;
|
||||
using Content.Shared.Administration;
|
||||
using Content.Shared.CCVar;
|
||||
using Robust.Shared.Configuration;
|
||||
using Robust.Shared.Console;
|
||||
@@ -6,6 +6,7 @@ using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Client.Commands
|
||||
{
|
||||
[AnyCommand]
|
||||
public class ToggleOutlineCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "toggleoutline";
|
||||
|
||||
Reference in New Issue
Block a user