mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
Paltri trova i bug (#61) ep2
This commit is contained in:
parent
7742bccd29
commit
791c6e0f3a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -407,7 +407,7 @@ class Game:
|
|||
# Aggiungi l'elenco dei giocatori
|
||||
for player in self.players:
|
||||
text += s.status_basic_player.format(icon=player.role.icon,
|
||||
name=player.tusername)
|
||||
player=player)
|
||||
self.message(text)
|
||||
|
||||
def endgame(self):
|
||||
|
|
Loading…
Reference in a new issue