Skip to content

Commit

Permalink
Merge dcbb53b into 5e86fef
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jun 2, 2020
2 parents 5e86fef + dcbb53b commit d6de514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/hooks/sdtdCommands/commands/shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Shop extends SdtdCommand {
timesBought: listing.timesBought++
});

return chatMessage.reply(`shopSuccess`)
return chatMessage.reply(`shopSuccess`, { listing })
} catch (error) {
sails.log.warn(error);
chatMessage.reply(`error`);
Expand Down

0 comments on commit d6de514

Please sign in to comment.