eraser1
2017-03-10 17:49:55 -06:00
parent 0821fac8a1
commit f9167e362d
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ class CfgPatches
{
units[] = {};
weapons[] = {};
a3_DMS_version = "March 8, 2017";
a3_DMS_version = "March 10, 2017";
requiredVersion = 1.66;
requiredAddons[] = {"exile_client","exile_server_config"};
};

View File

@ -131,7 +131,7 @@ private _units = (fullCrew [_heli, "", true]) apply
_unit setVariable ["DMS_AssignedVeh",_heli];
};
_unit moveInTurret [_heli, _x];
_unit moveInTurret [_heli, _turretPath];
};
case "cargo":

View File

@ -1,4 +1,4 @@
![ArmA 1.66](https://img.shields.io/badge/Arma-1.66-blue.svg) ![Exile 1.0.2 "Kohlrabi"](https://img.shields.io/badge/Exile-1.0.2%20Kohlrabi-C72651.svg) ![DMS Version](https://img.shields.io/badge/DMS%20Version-2017--02--25-blue.svg)
![ArmA 1.66](https://img.shields.io/badge/Arma-1.66-blue.svg) ![Exile 1.0.2 "Kohlrabi"](https://img.shields.io/badge/Exile-1.0.2%20Kohlrabi-C72651.svg) ![DMS Version](https://img.shields.io/badge/DMS%20Version-2017--03--10-blue.svg)
# To the User: