mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Minor Bug fix
https://github.com/Defent/DMS_Exile/wiki/Changelog#march-10-2017-550-pm-cst-america
This commit is contained in:
@ -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"};
|
||||
};
|
||||
|
@ -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":
|
||||
|
@ -1,4 +1,4 @@
|
||||
  
|
||||
  
|
||||
|
||||
|
||||
# To the User:
|
||||
|
Reference in New Issue
Block a user