Merge remote-tracking branch 'upstream/redacted' into redacted

This commit is contained in:
Elijah Steres 2020-12-30 18:53:34 -05:00
commit daddea92ab
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# matteo-the-prestige # matteo-the-prestige
# simsim discord bot # simsim discord bot
blaseball, blaseball, is back! in an unofficial capacity. blaseball, blaseball, is back! in an unofficial capacity. this is completely unaffiliated with the game band
custom players, custom teams, custom leagues (that last one is coming soon™) all in discord! custom players, custom teams, custom leagues (that last one is coming soon™) all in discord!

View File

@ -575,7 +575,7 @@ async def watch_game(channel, newgame, user = None):
"delay" : -1 "delay" : -1
} }
main_controller.master_games_dic[str(time.time())] = (newgame, state_init) main_controller.master_games_dic[str(time.time() * 1000.0)] = (newgame, state_init)
#while not newgame.over or newgame.top_of_inning != top_of_inning: #while not newgame.over or newgame.top_of_inning != top_of_inning:
# state = newgame.gamestate_display_full() # state = newgame.gamestate_display_full()