diff --git a/dlls/xen.cpp b/dlls/xen.cpp index 9d0ffb18..fb7107a0 100644 --- a/dlls/xen.cpp +++ b/dlls/xen.cpp @@ -234,8 +234,12 @@ void CXenTreeTrigger::Touch( CBaseEntity *pOther ) { CBaseEntity *pEntity = CBaseEntity::Instance( pev->owner ); if( pEntity ) + { pEntity->Touch( pOther ); + return; + } } + pev->flags |= FL_KILLME; } #define TREE_AE_ATTACK 1