TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 29 forks source link

Properly round player points for Former Players #1797

Closed Masterjun3 closed 3 months ago

Masterjun3 commented 3 months ago

Former Players have a score of like 0.00000001, ever so slightly above 0. The previous rounding rounded it to 0, which made it the same as if they didn't have any publications. We have to use Ceiling to properly detect former players.

image