diff --git a/src/g_ai.c b/src/g_ai.c index bbd049f..d0c8a56 100644 --- a/src/g_ai.c +++ b/src/g_ai.c @@ -474,13 +474,6 @@ qboolean FindTarget (edict_t *self) if (self->monsterinfo.aiflags & AI_GOOD_GUY) { - if (self->goalentity && self->goalentity->inuse && self->goalentity->classname) - { - if (strcmp(self->goalentity->classname, "target_actor") == 0) - return false; - } - - //FIXME look for monsters? return false; }