mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Disable auto refuel, repair and rearm at WarfareBVehicleServicePoint
Vanilla commit:
53bfc597d6
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user