|
|
@ -404,7 +404,7 @@ static void remove_available_clothing()
|
|
|
|
if (getOwner(item))
|
|
|
|
if (getOwner(item))
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
|
|
//again, for each item, find if any clothing order matches the
|
|
|
|
//again, for each item, find if any clothing order matches
|
|
|
|
for (auto& clothingOrder : clothingOrders)
|
|
|
|
for (auto& clothingOrder : clothingOrders)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (item->getType() != clothingOrder.item_type)
|
|
|
|
if (item->getType() != clothingOrder.item_type)
|
|
|
|