FIx bug
This commit is contained in:
parent
5ac7299fbe
commit
09ac84a66e
@ -68,12 +68,10 @@ namespace AssortGenerator
|
||||
if (parsedRestrictionMax > defaultStackSize)
|
||||
{
|
||||
item.upd.StackObjectsCount = parsedRestrictionMax;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
item.upd.StackObjectsCount = defaultStackSize;
|
||||
}
|
||||
item.upd.StackObjectsCount = defaultStackSize;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user