Fix AGhostCommand naming (#29945)
This commit is contained in:
@@ -12,13 +12,12 @@ using Robust.Shared.Console;
|
|||||||
namespace Content.Server.Administration.Commands;
|
namespace Content.Server.Administration.Commands;
|
||||||
|
|
||||||
[AdminCommand(AdminFlags.Admin)]
|
[AdminCommand(AdminFlags.Admin)]
|
||||||
public sealed class AGhost : LocalizedCommands
|
public sealed class AGhostCommand : LocalizedCommands
|
||||||
{
|
{
|
||||||
[Dependency] private readonly IEntityManager _entities = default!;
|
[Dependency] private readonly IEntityManager _entities = default!;
|
||||||
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
||||||
|
|
||||||
public override string Command => "aghost";
|
public override string Command => "aghost";
|
||||||
public override string Description => LocalizationManager.GetString("aghost-description");
|
|
||||||
public override string Help => "aghost";
|
public override string Help => "aghost";
|
||||||
|
|
||||||
public override CompletionResult GetCompletion(IConsoleShell shell, string[] args)
|
public override CompletionResult GetCompletion(IConsoleShell shell, string[] args)
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
aghost-description = Makes you an admin ghost.
|
cmd-aghost-desc = Makes you or others an admin ghost.
|
||||||
aghost-no-mind-self = You can't ghost here!
|
aghost-no-mind-self = You can't ghost here!
|
||||||
aghost-no-mind-other = They can't ghost here!
|
aghost-no-mind-other = They can't ghost here!
|
||||||
|
|||||||
Reference in New Issue
Block a user