diff --git a/Content.Server/Administration/Commands/SetOutfitCommand.cs b/Content.Server/Administration/Commands/SetOutfitCommand.cs index e19c5b72fa..a7427d708c 100644 --- a/Content.Server/Administration/Commands/SetOutfitCommand.cs +++ b/Content.Server/Administration/Commands/SetOutfitCommand.cs @@ -134,7 +134,7 @@ namespace Content.Server.Administration.Commands return true; //Fuck it, nuclear option for not Cluwning an IPC because that causes a crash that SOMEHOW ignores null checks. if (entityManager.HasComponent(target)) { - var encryption = new InternalEncryptionKeySpawner(); + var encryption = entityManager.System(); encryption.TryInsertEncryptionKey(target, startingGear, entityManager); } return true;