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 69d81d9592..b553d64201 100644 --- a/Content.Server/Ghost/Ghost.cs +++ b/Content.Server/Ghost/GhostCommand.cs @@ -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!;