Cstrike: Fix WEAPON_USP45 timers for adding/removing the silencer
This commit is contained in:
parent
f43bc2cf32
commit
a2384fae50
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue