From 21252eb8e5ea913c9057850a0a2f6af941eca953 Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Mon, 11 Apr 2016 12:52:03 -0400 Subject: [PATCH] Quick fixes and new features --- Auction_Utilities/Auction_Utilities.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auction_Utilities/Auction_Utilities.xml b/Auction_Utilities/Auction_Utilities.xml index a258eaf..01bd899 100644 --- a/Auction_Utilities/Auction_Utilities.xml +++ b/Auction_Utilities/Auction_Utilities.xml @@ -67,7 +67,7 @@ EnableTrigger("CurrentBid", false) if v.text:gsub(" ", "") == "%1" then local st, sl, spl = string.find(v.text, "[^%s]"), string.len(v.text), string.len("%1") local ls, ts = string.rep(" ", st-1), "" - if (spl+ls) < sl then + if (spl+ls) < sl then ts = string.rep(" ", sl-(spl+ls)) end ColourTell(RGBColourToName(v.textcolour), RGBColourToName(v.backcolour), ls)