Balance market plugin

This commit is contained in:
Juerd Waalboer 2022-06-13 23:39:29 +02:00
parent c9ef624d82
commit 9a81e2e100

View file

@ -53,6 +53,10 @@ sub command :Tab(market,&tab) ($self, $cart, $command, @) {
$username, $username,
$seller, $seller,
"\$you bought $description" "\$you bought $description"
)->add_contra(
"+sales/market",
$space,
"\$you bought $description from $username"
); );
return ACCEPT; return ACCEPT;