mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
SERVER/FTE: Re-Enable Weapon Kicking with Deadshot Daiquiri
This commit is contained in:
parent
ac68064325
commit
caaca9b4ae
1 changed files with 0 additions and 4 deletions
|
@ -1552,10 +1552,6 @@ void(float side) W_Fire =
|
|||
|
||||
#else
|
||||
|
||||
// standard ports take care of this in engine
|
||||
if (self.perks & P_DEAD)
|
||||
return;
|
||||
|
||||
SendWeaponRecoil(self, self.weapon);
|
||||
|
||||
#endif // FTE
|
||||
|
|
Loading…
Reference in a new issue