You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@idealhack Do you mean to prevent players from working together? Please read issue #6 and check the related PR - you might want to wait with the patch until the PR is merged.
How about change the way of appending players to random in case of cheating?
For example, change
players.append(player)
toplayers.insert(randrange(len(players) + 1), player)
.I would like to send a patch.
The text was updated successfully, but these errors were encountered: