diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp index 178c79795..4348ed7ef 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp @@ -3,4 +3,5 @@ class C130J_US_EP1_DZ: C130J_US_EP1 { transportMaxWeapons = 50; transportMaxMagazines = 400; transportmaxbackpacks = 20; -}; \ No newline at end of file + fuelCapacity = 34095; +};