mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 09:01:41 +00:00
SERVER: Reset Scope Zoom time instantly on Aim Out
This commit is contained in:
parent
2ba73023d3
commit
136e92511d
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@ void() W_AimOut =
|
|||
|
||||
self.zoom = 0;
|
||||
|
||||
// Update sniper zoom-out time instantly
|
||||
self.scopetime = 0;
|
||||
|
||||
// Always set ads_release to false, to avoid complicating
|
||||
// actions where the player is forced to Aim Out with
|
||||
// Toggled ADS.
|
||||
|
|
Loading…
Reference in a new issue