Skip to content

Commit

Permalink
cambio en el envio de mensaje infectado
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeluduena committed Nov 13, 2023
1 parent d97e9f6 commit 4912ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routers/games/action_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ async def send_infected_event(infected_id: int, infected_name: str, the_thing_id
"the_thing_name": the_thing_name
}
await player_connections.send_event_to(infected_id, json_msg)
await player_connections.send_event_to(the_thing_id, json_msg)


@db_session
Expand Down

0 comments on commit 4912ead

Please sign in to comment.