m3ales 4 роки тому
батько
коміт
49303c98e7
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      addons - Copy/RD501_Main/XEH_postinit.sqf

+ 0 - 4
addons - Copy/RD501_Main/XEH_postinit.sqf

@@ -145,10 +145,6 @@ call macro_fnc_name(stun);
 		if!(_entity isKindOf "Man" && side _entity == east) then {
 			_entity allowCrewInImmobile true;
 			_entity setVehicleLock "LOCKED";
-			{
-				_x disableAI "FSM";
-				_x setBehaviour "CARELESS";
-			} forEach crew _entity;
 		};
 	}];
 	_x setVariable ["rd501_curator_dismount_disable_index", _idx, false];