mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-25 15:14:18 +00:00
oops
This commit is contained in:
parent
b5c6f2c3d2
commit
3e5934c4c1
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -647,7 +647,7 @@ def debugjoin(bot, update):
|
||||||
game.message(bot, s.error_join_phase_ended)
|
game.message(bot, s.error_join_phase_ended)
|
||||||
return
|
return
|
||||||
arg = update.message.text.split(" ")
|
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)
|
p = Player(int(name), str(name), True)
|
||||||
game.joinplayer(bot, p)
|
game.joinplayer(bot, p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue