Skip to content

Commit

Permalink
Update Content.Server/Polymorph/Systems/PolymorphSystem.Provider.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 a5c3ee5 commit 565419a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ private void InitializeProvider()
{
SubscribeLocalEvent<PolymorphProviderComponent, GotEquippedEvent>(OnEquipped);
SubscribeLocalEvent<PolymorphProviderComponent, GotUnequippedEvent>(OnUnEquipped);

}

private void OnUnEquipped(EntityUid uid, PolymorphProviderComponent component, ref GotUnequippedEvent args)
Expand Down

0 comments on commit 565419a

Please sign in to comment.