more trade?
This commit is contained in:
@ -69,7 +69,7 @@ module.exports = {
|
||||
// Give MC a moment
|
||||
await sleep(1000);
|
||||
|
||||
let isPutAway = await this.putInChest(chestBlock)
|
||||
let isPutAway = await this.dumpToChest(chestBlock)
|
||||
await this.whisper(from, `I put ${isPutAway ? 'all' : 'some'} items in your chest.`);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user