From 0f58cd9f6ebb84b60985ff61275da031d94cea45 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:52:47 +0200 Subject: [PATCH] Fix GhostCommand naming --- 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 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!;