Archived
remove game being started at initialization
This commit is contained in:
@@ -49,7 +49,6 @@ class Game(Serializable):
|
||||
async def init_game(self):
|
||||
await self.init_cards()
|
||||
await self.distribute_market_cards()
|
||||
self.started = True
|
||||
|
||||
async def init_cards(self):
|
||||
"""Creates market cards and fire gem cards from previously loaded cards"""
|
||||
|
||||
Reference in New Issue
Block a user