summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-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 108751c9..06b8ca03 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -919,9 +919,6 @@ qboolean CheckVenomAttack( gentity_t *ent )
if( traceEnt->health <= 0 )
return qfalse;
- if( !traceEnt->client && !( traceEnt->s.eType == ET_BUILDABLE ) )
- return qfalse;
-
// only allow bites to work against buildings as they are constructing
if( traceEnt->s.eType == ET_BUILDABLE )
{