]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
removed unused check for a damage type in dmg2score
authordrjaska <drjaska83@gmail.com>
Sun, 25 Apr 2021 23:52:48 +0000 (02:52 +0300)
committerdrjaska <drjaska83@gmail.com>
Sun, 25 Apr 2021 23:52:48 +0000 (02:52 +0300)
commitecf17361611ca372a01b843ca9e34b8761895ade
treeea939038bfc0e017f070d5b4ea632700a47df4d1
parent2ca3526a6a416570fc3aa401cd64ae6e174ba011
removed unused check for a damage type in dmg2score
I thought fire damage was from torches on maps which would burn players
who stand on them, apparently it's from fireball superweapon and napalm
grenades which are used weapons and thus have a registered attacking
player so they'd never pass the check for the source not being a player
thus being unused
qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc
qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc