Remove bad check from door_use()

It was added in ec3ceb2696
This commit is contained in:
Daniel Gibson 2012-10-18 22:24:00 +02:00
parent 31178c81bf
commit ee209d649c

View file

@ -1586,9 +1586,6 @@ void door_use (edict_t *self, edict_t *other, edict_t *activator)
if (!self)
return;
if (!self->flags)
return;
if (self->flags & FL_TEAMSLAVE)
return;