diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 705c0ad5b..650a24240 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -1966,7 +1966,7 @@ class CfgVehicles { displayName = "Gun Rack"; vehicleClass = "Fortifications"; transportMaxWeapons = 20; - transportMaxMagazines = 0; + transportMaxMagazines = 10; transportMaxBackpacks = 0; offset[] = {0,2.5,0.5}; removeoutput[] = {{"ItemGunRackKit",1}};