remove game being started at initialization

This commit is contained in:
2024-04-05 16:40:04 +02:00
parent 0b2f4ea18e
commit 5335fe21f8
-1
View File
@@ -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"""