mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-29 15:22:29 +00:00
SERVER: Call ReturnWeaponModel after W_SprintStop
This commit is contained in:
parent
e95d2255a4
commit
5c3f23dc47
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ void() W_SprintStop =
|
||||||
if (self.isBuying || !self.sprinting)
|
if (self.isBuying || !self.sprinting)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Weapon_PlayViewModelAnimation(ANIM_SPRINT_STOP, SUB_Null, 0);
|
Weapon_PlayViewModelAnimation(ANIM_SPRINT_STOP, ReturnWeaponModel, 0);
|
||||||
|
|
||||||
self.zoom = 0;
|
self.zoom = 0;
|
||||||
self.sprinting = 0;
|
self.sprinting = 0;
|
||||||
|
|
Loading…
Reference in a new issue