Fix openahelp and quit command perms (#5763)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using Content.Client.Administration;
|
||||
using Content.Shared.Administration;
|
||||
using Robust.Client.Console;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Shared.Console;
|
||||
@@ -10,6 +11,7 @@ using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Client.Commands
|
||||
{
|
||||
[AnyCommand]
|
||||
public class OpenAHelpCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "openahelp";
|
||||
|
||||
Reference in New Issue
Block a user