From 1325180305fcc287e5fc1477fc80b7b3acf9cdbf Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:06:14 +0000 Subject: [PATCH] shitcode fix (#2883) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Content.Server/Administration/Commands/SetOutfitCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Administration/Commands/SetOutfitCommand.cs b/Content.Server/Administration/Commands/SetOutfitCommand.cs index c08be1d1438..02d61762b1d 100644 --- a/Content.Server/Administration/Commands/SetOutfitCommand.cs +++ b/Content.Server/Administration/Commands/SetOutfitCommand.cs @@ -168,7 +168,7 @@ public static bool SetOutfit(EntityUid target, string gear, IEntityManager entit if (entityManager.HasComponent(target)) { - var encryption = new InternalEncryptionKeySpawner(); + var encryption = entityManager.System(); encryption.TryInsertEncryptionKey(target, startingGear, entityManager); } return true;