From 9a81e2e10089acc1c1f1ae43af0a458075a55da2 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Mon, 13 Jun 2022 23:39:29 +0200 Subject: [PATCH] Balance market plugin --- plugins/market | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/market b/plugins/market index 8806794..6cb0a95 100644 --- a/plugins/market +++ b/plugins/market @@ -53,6 +53,10 @@ sub command :Tab(market,&tab) ($self, $cart, $command, @) { $username, $seller, "\$you bought $description" + )->add_contra( + "+sales/market", + $space, + "\$you bought $description from $username" ); return ACCEPT;