Skip to content

Commit

Permalink
Fix GhostCommand naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Jul 2, 2024
1 parent 4ec15c8 commit 0f58cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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!;

Expand Down

0 comments on commit 0f58cd9

Please sign in to comment.