From: I.K <45953835+notquitehadouken@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:03:00 +0000 (-0500) Subject: FIX (#21091) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=344c10745e9a317dd32ea53056269669297f5693;p=space-station-14.git FIX (#21091) --- diff --git a/Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs b/Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs index 0dd207fbb1..0f2f98e764 100644 --- a/Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs +++ b/Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs @@ -46,7 +46,7 @@ public sealed partial class MeleeWeaponSystem if (arcComponent.Animation != WeaponArcAnimation.None && TryComp(weapon, out MeleeWeaponComponent? meleeWeaponComponent)) { - if (user == weapon + if (user != weapon && TryComp(weapon, out SpriteComponent? weaponSpriteComponent)) sprite.CopyFrom(weaponSpriteComponent);