1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-25 15:14:18 +00:00
This commit is contained in:
Steffo 2017-07-13 16:43:08 +03:00
parent b5c6f2c3d2
commit 3e5934c4c1

View file

@ -647,7 +647,7 @@ def debugjoin(bot, update):
game.message(bot, s.error_join_phase_ended)
return
arg = update.message.text.split(" ")
for name in range(1, int(arg) + 1):
for name in range(1, int(arg[0]) + 1):
p = Player(int(name), str(name), True)
game.joinplayer(bot, p)