Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Jun 12, 2024
1 parent d082d32 commit 618d233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/SS220/Muzzle/MuzzleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Content.Shared.SS220.Muzzle;
[RegisterComponent, NetworkedComponent]
[Access(typeof(SharedMuzzleSystem))]
/// <summary>
/// Added to entities when they have to block entityes vocal emotions
/// Added to clothing entities that should block the wearer's vocals emotions
/// </summary>
public sealed partial class MuzzleComponent : Component
{
Expand Down

0 comments on commit 618d233

Please sign in to comment.