]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_player.qc
Sync with master
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_player.qc
index 035114b25f23a9e62b34885927e9269c6330e003..cf7d655b1b601a5d5110ebe6a5711c13dfc38402 100644 (file)
@@ -553,7 +553,7 @@ void PlayerDamage (entity inflictor, entity attacker, float damage, float deatht
                        awep = DEATH_WEAPONOF(deathtype);
                valid_damage_for_weaponstats = 1;
        }
-       
+
        if(valid_damage_for_weaponstats)
        {
                dh = dh - max(self.health, 0);