Elo ratings of 0 will cause ratings to reset to 1000
ramou opened this issue ยท 0 comments
Because the initial "don't have a rating" returns a 0, we have a case where a rating of 0 will cause things to reset. We should either check the existence of the NBT instead of calling getInt
(which gives zero when nothing is there) or make 1
the lowest rating. I'll look at what is least annoying.