Sort of users who watch game is broken

sort
sort2

In any game with many watchers there is chaos with sorting by both rank and alphabet

4 Likes

Is it a new CPU saving initiative?

3 Likes
saveCPU := false // keep at false; weird stuff happens otherwise

if saveCPU == true {
    // CPU saving measures
}
3 Likes