mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
math is hard
This commit is contained in:
parent
cab9fdc928
commit
99d399d598
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -521,7 +521,7 @@ class Game:
|
|||
self.players.append(player)
|
||||
self.message(bot, s.player_joined.format(name=player.tusername))
|
||||
# Se è il primo giocatore ad unirsi, diventa admin
|
||||
if len(self.players) == 0:
|
||||
if len(self.players) == 1:
|
||||
self.admin = player
|
||||
|
||||
def getrandomrole(self):
|
||||
|
|
Loading…
Reference in a new issue