]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
sometimes the clientside headshot detection code detects sprees as headshots or somet...
authorFruitieX <fruitiex@gmail.com>
Wed, 10 Nov 2010 18:45:51 +0000 (20:45 +0200)
committerFruitieX <fruitiex@gmail.com>
Wed, 10 Nov 2010 18:45:51 +0000 (20:45 +0200)
commitbd3b7e653d0f9745cbc2b002177c54438af0bfe0
tree74133790a13406ed55489ecd9bea44055cfb3038
parent98b778e3efdd3f118d3e9bc463d4250e31f083d2
sometimes the clientside headshot detection code detects sprees as headshots or something? add a failsafe if(w == WEP_CAMPINGRIFLE || w == WEP_MINSTANEX) into there just to be sure it won't happen again. Also remove an apparent debug print from the minstanex code that prints a "h" to the console if someone gets a headshot
qcsrc/client/hud.qc
qcsrc/server/w_minstanex.qc