Skip to content

Commit f506002

Browse files
committed
oops
1 parent 9eb18e1 commit f506002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Shared/_White/BackStab/BackStabSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ private void BackstabEffects(EntityUid user, EntityUid target, bool showPopup =
100100
_popup.PopupPredicted(Loc.GetString("backstab-message"), target, user, PopupType.LargeCaution);
101101

102102
if (playSound)
103-
_audio.PlayPredicted(BackstabSound, user ,target);
103+
_audio.PlayPredicted(BackstabSound,target, user);
104104
}
105105
}

0 commit comments

Comments
 (0)