core: fix: matchmaking and game
This commit is contained in:
@ -270,7 +270,6 @@ async def render_ball(game: PongGame):
|
||||
async def render_players(game: PongGame):
|
||||
|
||||
while True:
|
||||
|
||||
for player in game._updated_players:
|
||||
await SyncToAsync(game.broadcast)("update_player", player.to_dict(), [player])
|
||||
|
||||
|
Reference in New Issue
Block a user