fix for 5x Hesco

This commit is contained in:
HARLAN
2013-11-26 22:22:11 -05:00
parent 1d69403fb3
commit 5b1c20e06c

View File

@@ -4057,7 +4057,7 @@ class CfgMagazines {
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
requiretools[] = {"ItemEtool","ItemToolbox"}; requiretools[] = {"ItemEtool","ItemToolbox"};
output[] = {{"ItemSandbagExLarge5x",1}}; output[] = {{"ItemSandbagExLarge5w",1}};
input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}}; input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}};
}; };
}; };