TRADING YEAH LETS GO #80

Merged
jake merged 41 commits from trading into master 2021-12-28 13:05:27 -05:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 98260308e8 - Show all commits

View File

@ -48,7 +48,6 @@ where
.next()
.ok_or(TradeError::CouldNotFindTradePartner)?;
let item_blobs = items_to_trade.items.iter().take(items_to_trade.count as usize);
let trade_items = item_blobs
.map(|item| {