From a2384fae507e9c233565ef06a5bf0d1754b774b7 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Tue, 7 Apr 2020 14:55:27 +0200 Subject: [PATCH] Cstrike: Fix WEAPON_USP45 timers for adding/removing the silencer --- src/shared/cstrike/w_usp45.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cstrike/w_usp45.c b/src/shared/cstrike/w_usp45.c index cf27be78..b29f9b30 100644 --- a/src/shared/cstrike/w_usp45.c +++ b/src/shared/cstrike/w_usp45.c @@ -237,7 +237,7 @@ w_usp45_secondary(void) Weapons_ViewAnimation(USP45_DETACHSIL); } - pl.w_attack_next = 2.0f; + pl.w_attack_next = 3.1f; pl.w_idle_next = pl.w_attack_next; }