Fix rearm on vehicles with dynamic loadout support

This commit is contained in:
Filip Maciejewski 2018-04-17 18:13:18 +02:00
parent b1c351b787
commit 7bf2ae2873
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
params [ "_veh" ];
_veh setVehicleAmmoDef 1;
_veh setVehicleAmmo 1;

View File

@ -181,6 +181,7 @@ class Missions
* Fixed: File name instead of mission name in mission selection screen.
* Fixed: "Taking Command" spam from AI after players death.
* Fixed: Fixed range for recycling and start of building instead of using FOB range.
* Fixed: Some vehicles with dynamic loadout support lost their weapons when rearmed by Liberation rearm module.
### 0.963 (05th January 2018)
* Added: Some missing RHS vehicles for the ACE medical system.