Open elkowar opened 4 years ago
Currently, the players scores are stored in an unordered hashmap, meaning that there is no actual order of players across rounds. Also, because that map is used to display the players in the UI, the order of players there randomly changes.
Currently, the players scores are stored in an unordered hashmap, meaning that there is no actual order of players across rounds. Also, because that map is used to display the players in the UI, the order of players there randomly changes.