Skip to content

Commit

Permalink
minor fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Feb 17, 2024
1 parent 6f724bf commit ba9cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Speech/EntitySystems/VocalSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private void OnEmote(EntityUid uid, VocalComponent component, ref EmoteEvent arg

// SS220 Chat-Special-Emote begin
//Will play special emote if it exists
if(CheckSpecialSounds(uid, component, args.Emote))
if (CheckSpecialSounds(uid, component, args.Emote))
{
args.Handled = true;
return;
Expand Down

0 comments on commit ba9cff3

Please sign in to comment.