From: Samual Date: Fri, 30 Sep 2011 14:37:34 +0000 (-0400) Subject: Remove whitespace in W_CheckPRojectileDamage function X-Git-Tag: xonotic-v0.6.0~40^2~92^2~1^2~24 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3a967a695bf72635fd13dadf29181b0d36e90c14;p=xonotic%2Fxonotic-data.pk3dir.git Remove whitespace in W_CheckPRojectileDamage function --- diff --git a/qcsrc/server/w_common.qc b/qcsrc/server/w_common.qc index 4ba9990f4..81cf68ef2 100644 --- a/qcsrc/server/w_common.qc +++ b/qcsrc/server/w_common.qc @@ -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