Skip to content

Commit

Permalink
Update Content.Server/Polymorph/Components/PolymorphProviderComponent.cs
Browse files Browse the repository at this point in the history
Co-authored-by: FoxxoTrystan <[email protected]>
  • Loading branch information
Fansana and FoxxoTrystan authored Dec 7, 2024
1 parent 89c892b commit a5c3ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Content.Server.Polymorph.Components;

[RegisterComponent]
[Access(typeof(PolymorphSystem))]
public sealed partial class PolymorphProviderComponent : Component
public sealed partial class PolymorphProviderComponent : Component
{
[DataField]
public ProtoId<PolymorphPrototype> Polymorph;
Expand Down

0 comments on commit a5c3ee5

Please sign in to comment.