mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Don't add the owner velocity by default
This fixes an issue where AI would throw grenades incorrectly
This commit is contained in:
parent
1235f42143
commit
f40f206161
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ Projectile::Projectile()
|
|||
fDrunk = 0;
|
||||
fDrunkRate = 0;
|
||||
m_iSmashThroughGlass = 0;
|
||||
addownervelocity = qtrue;
|
||||
addownervelocity = false;
|
||||
can_hit_owner = false;
|
||||
remove_when_stopped = false;
|
||||
m_bExplodeOnTouch = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue