Balance market plugin
This commit is contained in:
parent
c9ef624d82
commit
9a81e2e100
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue