diff options
Diffstat (limited to 'src/game/g_mover.c')
-rw-r--r-- | src/game/g_mover.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/g_mover.c b/src/game/g_mover.c index 098e4050..13d99ff5 100644 --- a/src/game/g_mover.c +++ b/src/game/g_mover.c @@ -709,10 +709,6 @@ void Blocked_Door( gentity_t *ent, gentity_t *other ) { // remove anything other than a client if ( !other->client ) { // except CTF flags!!!! - if( other->s.eType == ET_ITEM && other->item->giType == IT_TEAM ) { - Team_DroppedFlagThink( other ); - return; - } G_TempEntity( other->s.origin, EV_ITEM_POP ); G_FreeEntity( other ); return; |