summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 3240df1..82bad26 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -913,9 +913,6 @@ qboolean CheckVenomAttack( gentity_t *ent )
if( !traceEnt->takedamage )
return qfalse;
- if( !traceEnt->client && !traceEnt->s.eType == ET_BUILDABLE )
- return qfalse;
-
//allow bites to work against defensive buildables only
if( traceEnt->s.eType == ET_BUILDABLE )
{