ASOBO_FUEL_RunStop_Template bug?

I’ve two meshes: FUEL_RUNSTOP_1 doesn’t work, but FUEL_Push_RunStop_1 works fine.
Why, what’s going on? Where to report the bug?

   <Include ModelBehaviorFile="Asobo\Common.xml"/>
    <Include ModelBehaviorFile="Asobo\Generic.xml"/>
	<Include ModelBehaviorFile="Epic2v2/Epic2.xml"/>



	<Component ID="FUEL_PEDESTAL">
		<Parameters Type="Override">
			<ENG_COUNT>2</ENG_COUNT>
			<TYPE>VALVE_SET</TYPE>
		</Parameters>
		<UseTemplate Name="ASOBO_FUEL_RunStop_Template">
			<ID>1</ID>
			<INTERACTION_TYPE>Push</INTERACTION_TYPE>
			<PART_ID>FUEL_RUNSTOP_1</PART_ID>  <!-- Must match Blender mesh -->
		</UseTemplate>
	</Component>