aboutsummaryrefslogtreecommitdiffstats
path: root/code/weapon/Pistol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'code/weapon/Pistol.cs')
-rw-r--r--code/weapon/Pistol.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/weapon/Pistol.cs b/code/weapon/Pistol.cs
index 567eb3e..4c0c70b 100644
--- a/code/weapon/Pistol.cs
+++ b/code/weapon/Pistol.cs
@@ -37,6 +37,7 @@ public partial class Pistol : Weapon
public override void Reload()
{
ReloadEffects();
+ Pawn?.SetAnimParameter( "b_reload", true );
}
[ClientRpc]