Cstrike: Fix WEAPON_USP45 timers for adding/removing the silencer

This commit is contained in:
Marco Cawthorne 2020-04-07 14:55:27 +02:00
parent f43bc2cf32
commit a2384fae50
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}