Skip to content

Commit

Permalink
shitcode fix (DeltaV-Station#2883)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Feb 4, 2025
1 parent a877919 commit 1325180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Commands/SetOutfitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public static bool SetOutfit(EntityUid target, string gear, IEntityManager entit

if (entityManager.HasComponent<EncryptionKeyHolderComponent>(target))
{
var encryption = new InternalEncryptionKeySpawner();
var encryption = entityManager.System<InternalEncryptionKeySpawner>();
encryption.TryInsertEncryptionKey(target, startingGear, entityManager);
}
return true;
Expand Down

0 comments on commit 1325180

Please sign in to comment.