diff --git a/Content.Server/Ghost/Ghost.cs b/Content.Server/Ghost/GhostCommand.cs similarity index 96% rename from Content.Server/Ghost/Ghost.cs rename to Content.Server/Ghost/GhostCommand.cs index 69d81d95929e..b553d64201a7 100644 --- a/Content.Server/Ghost/Ghost.cs +++ b/Content.Server/Ghost/GhostCommand.cs @@ -7,7 +7,7 @@ namespace Content.Server.Ghost { [AnyCommand] - public sealed class Ghost : IConsoleCommand + public sealed class GhostCommand : IConsoleCommand { [Dependency] private readonly IEntityManager _entities = default!;