diff --git a/src/g_ai.c b/src/g_ai.c index 9f933bb..a5574b5 100644 --- a/src/g_ai.c +++ b/src/g_ai.c @@ -391,12 +391,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; - } - return false; }