From 58d46ddd46c250a4df283638c3ba0295cae26194 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 3 Jul 2024 02:01:17 +0200 Subject: [PATCH] Fix GhostCommand naming (#29671) --- Content.Server/Ghost/{Ghost.cs => GhostCommand.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Content.Server/Ghost/{Ghost.cs => GhostCommand.cs} (96%) 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!; -- 2.51.2