percentage values displayed in both the bot and overlay should use floor() instead of round() for consistency
SpinShare Referee Bot
refbot.ellite.dev/overlay
percentage displays should floor, not round (bot and overlay) #23
open
opened by
alpine.girlfag.club
fixed in
4bc4cb4added
formatPct(pct, decimals)helper toscoreRank.jsthat always floors. used it inrankLabel,matchContainers.jsrankSuffix, and inlined the equivalentMath.trunc(pct * 1000) / 10inoverlay/render.js(browser js, can't import). the overlay was the real bug โtoFixed(1)on a 2-decimal value could round up (e.g. 99.76% โ "99.8%" instead of "99.7%").