]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix GhostCommand naming (#29671)
authorlzk <124214523+lzk228@users.noreply.github.com>
Wed, 3 Jul 2024 00:01:17 +0000 (02:01 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 00:01:17 +0000 (10:01 +1000)
Content.Server/Ghost/GhostCommand.cs [moved from Content.Server/Ghost/Ghost.cs with 96% similarity]

similarity index 96%
rename from Content.Server/Ghost/Ghost.cs
rename to Content.Server/Ghost/GhostCommand.cs
index 69d81d95929e8dbbd09341f8d4f05c52bf1058f2..b553d64201a758379d1f3a6b8ee1ca104eeb41a9 100644 (file)
@@ -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!;