Fix openahelp and quit command perms (#5763)

Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2021-12-13 16:45:49 +11:00
committed by GitHub
parent 2d773fa983
commit f110e28021
15 changed files with 27 additions and 2 deletions

View File

@@ -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";