mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
SERVER: Remove movespeed penalty during purchases
This commit is contained in:
parent
927a14adfd
commit
94455b938e
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,8 @@ void() PlayerPreThink =
|
|||
|
||||
#endif // FTE
|
||||
|
||||
self.maxspeed *= GetWeaponWalkSpeed(self.perks, self.weapon);
|
||||
if (!self.isBuying)
|
||||
self.maxspeed *= GetWeaponWalkSpeed(self.perks, self.weapon);
|
||||
}
|
||||
if(self.isspec != 0 && !self.downed)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue