This commit is contained in:
Manuel Simon Hirsig
2016-06-02 00:08:20 +02:00
parent 80898c10c2
commit 5a4d411fcc
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ function Aux.round(v)
end
function Aux.min_bid_increment(current_bid)
return ceil(current_bid * 0.05)
return max(1, floor(current_bid / 100) * 5)
end
function Aux.price_level_color(pct)