Disable auto refuel, repair and rearm at WarfareBVehicleServicePoint

Vanilla commit:
https://github.com/DayZMod/DayZ/commit/53bfc597d699404c3e2531eabffce1d1199c4a29
This commit is contained in:
ebayShopper
2018-07-29 12:21:00 -04:00
parent 392f8cb7b3
commit 2c4f06c984
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,9 @@
class WarfareBBaseStructure;
class Base_WarfareBVehicleServicePoint: WarfareBBaseStructure
{
//Disable Arma's automatic vehicle rearm, refuel and repair. Also needed on Refuel, Repair and Reammo trucks
transportAmmo = 0;
transportFuel = 0;
transportRepair = 0;
};