no trade mash

This commit is contained in:
Hexugory 2023-04-01 02:30:33 -05:00
parent af7654dd25
commit 26773bc0f8

View File

@ -161,6 +161,8 @@ export class CBClient extends CommandClient {
await player1.save();
await player2.save();
this.TRADES.delete(trade.id);
int.reply('Trade accepted!');
return;
}