mirror of
https://github.com/yquake2/rogue.git
synced 2025-02-16 17:11:02 +00:00
Merge branch 'master' of github.com:yquake2/rogue
This commit is contained in:
commit
7bad5c646d
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue