Skip to content

Commit

Permalink
Merge pull request #365 from Fansana/voicemask-fix-again-fucking-why
Browse files Browse the repository at this point in the history
does nobody read the code they PR? the fuck is this?
  • Loading branch information
Fansana authored Nov 19, 2024
2 parents f1f71d3 + fedf0c6 commit 0efd87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/VoiceMask/VoiceMaskSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void OnMaskToggled(Entity<VoiceMaskComponent> ent, ref WearerMaskToggled

private void OpenUI(EntityUid player)
{
if (!_uiSystem.IsUiOpen(player, VoiceMaskUIKey.Key))
if (_uiSystem.IsUiOpen(player, VoiceMaskUIKey.Key))
return;

_uiSystem.OpenUi(player, VoiceMaskUIKey.Key, player);
Expand Down

0 comments on commit 0efd87f

Please sign in to comment.