molgrum / cspree

Deathmatch mod for Quake
GNU General Public License v2.0
11 stars 1 forks source link

instagib doesn't register any hits on opponents #8

Closed ciscon closed 7 years ago

ciscon commented 7 years ago

this is happening on my server which is running on cspree from git, ftesv from git (default make options), on armv71

molgrum commented 7 years ago

Looking into this. The problem is probably that gmapn_impact() does not change the opponents health (to -100) because of a faulty condition. Since bullets are fired and no blood is drawn on hit.

molgrum commented 7 years ago

@ciscon should be fixed now!