]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove whitespace in W_CheckPRojectileDamage function
authorSamual <samual@xonotic.org>
Fri, 30 Sep 2011 14:37:34 +0000 (10:37 -0400)
committerSamual <samual@xonotic.org>
Fri, 30 Sep 2011 14:37:34 +0000 (10:37 -0400)
qcsrc/server/w_common.qc

index 4ba9990f4337fd4f5b9f4c2011fab75d67c7bdcb..81cf68ef227822a09c116c9bec99bdf33b9ec976 100644 (file)
@@ -548,8 +548,6 @@ float W_CheckProjectileDamage(entity inflictor, entity projowner, float deathtyp
        
        print(strcat("from_contents ", ftos(is_from_contents), " : from_owner ", ftos(is_from_owner), " : exception ", ftos(exception), ". \n"));
        
-       
-       
        if(autocvar_g_projectiles_damage <= -2)
        {
                return FALSE; // no damage to projectiles at all, not even with the exceptions