diff --git a/frontend/static/js/views/GameView.js b/frontend/static/js/views/GameView.js index 59e273a..e0fdc4f 100644 --- a/frontend/static/js/views/GameView.js +++ b/frontend/static/js/views/GameView.js @@ -91,7 +91,7 @@ export default class extends AbstractView this.game, my_player.rail_start_x, my_player.rail_start_y, - my_player.rail_stop_y, + my_player.rail_stop_x, my_player.rail_stop_y, my_player.nb_goal, my_player.positon,