Skip to content

Commit 767c6f2

Browse files
authored
💩🧹 (funky-station#1141)
1 parent 8a007d9 commit 767c6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Content.Server/Administration/Commands/SetOutfitCommand.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public static bool SetOutfit(EntityUid target, string gear, IEntityManager entit
198198

199199
if (entityManager.HasComponent<EncryptionKeyHolderComponent>(target))
200200
{
201-
var encryption = new InternalEncryptionKeySpawner();
201+
var encryption = entityManager.System<InternalEncryptionKeySpawner>();
202202
encryption.TryInsertEncryptionKey(target, startingGear, entityManager);
203203
}
204204

0 commit comments

Comments
 (0)