Skip to content

Commit

Permalink
Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Oct 13, 2024
1 parent 676d013 commit 5835445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content.Server/Chat/EmpathyChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using Content.Shared.Language;
using Robust.Shared.Prototypes;
using Content.Shared.Abilities.Psionics;
using Content.Shared.Language.Components;

namespace Content.Server.Chat;

Expand Down Expand Up @@ -80,4 +81,4 @@ public bool CanHearEmpathy(EntityUid entity)
}
return false;
}
}
}

0 comments on commit 5835445

Please sign in to comment.