adds ahelp relay (#5837)

This commit is contained in:
Paul Ritter
2021-12-22 13:34:09 +01:00
committed by GitHub
parent 0263c9ae89
commit 1b028c5ff7
8 changed files with 143 additions and 64 deletions

View File

@@ -1,13 +1,9 @@
using System;
using Content.Client.Administration;
using Content.Client.Administration;
using Content.Shared.Administration;
using Robust.Client.Console;
using Robust.Client.GameObjects;
using Robust.Shared.Console;
using Robust.Shared.Network;
using Robust.Shared.Containers;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Network;
namespace Content.Client.Commands
{
@@ -38,7 +34,6 @@ namespace Content.Client.Commands
else
{
shell.WriteLine("Bad GUID!");
return;
}
}
}