Fix GhostCommand naming (#29671)

This commit is contained in:
lzk 2024-07-03 02:01:17 +02:00 committed by deltanedas
parent c0a4865d75
commit 8910bf4c0f
1 changed files with 1 additions and 1 deletions

View File

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