Fix GhostCommand naming (#29671)

This commit is contained in:
lzk
2024-07-03 02:01:17 +02:00
committed by GitHub
parent 4ec15c84fa
commit 58d46ddd46

View File

@@ -7,7 +7,7 @@ using Robust.Shared.Console;
namespace Content.Server.Ghost namespace Content.Server.Ghost
{ {
[AnyCommand] [AnyCommand]
public sealed class Ghost : IConsoleCommand public sealed class GhostCommand : IConsoleCommand
{ {
[Dependency] private readonly IEntityManager _entities = default!; [Dependency] private readonly IEntityManager _entities = default!;