Merge pull request #655 from Ignatz-HeMan/patch-5

Fix for "add wall" to Wooden Tower
This commit is contained in:
vbawol 2016-11-09 11:07:28 -06:00 committed by GitHub
commit 847b3d298f

View File

@ -67,7 +67,6 @@ if !(isNull _object) then{
_recipeItem = _x;
_recipeQty = 1;
if (_x isEqualType[]) then{
_x params ["_recipeItem","_recipeQty"];
_recipeItem = _x select 0;
_recipeQty = _x select 1;
};