Skip to content

Commit

Permalink
Update src/routers/scene_router.py
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-szweda authored Oct 15, 2023
1 parent 8955c53 commit 8f7edae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/routers/scene_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
post,
handle_initial_player_connection,
calculate_player_rankings,
terminate_process_for_object, log_and_return_message, set_agent_dead, add_agent_to_player
terminate_process_for_object,
log_and_return_message,
set_agent_dead,
add_agent_to_player
)
from src.utils.tick_handler import create_tick

Expand Down

0 comments on commit 8f7edae

Please sign in to comment.