mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #655 from Ignatz-HeMan/patch-5
Fix for "add wall" to Wooden Tower
This commit is contained in:
commit
847b3d298f
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user