Satisfy travis.

develop
JapaMala 2019-04-27 16:58:21 -05:00
parent 64e0884d95
commit 6bed392331
1 changed files with 1 additions and 1 deletions

@ -404,7 +404,7 @@ static void remove_available_clothing()
if (getOwner(item))
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)
{
if (item->getType() != clothingOrder.item_type)