From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:01:17 +0000 (+0200) Subject: Fix GhostCommand naming (#29671) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=58d46ddd46c250a4df283638c3ba0295cae26194;p=space-station-14.git Fix GhostCommand naming (#29671) --- 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!;