diff --git a/public/static/js/game.js b/public/static/js/game.js index e302a86..789ba2c 100644 --- a/public/static/js/game.js +++ b/public/static/js/game.js @@ -135,7 +135,7 @@ Core.resetGame(); }; - xhr.open('GET', '/game/' + mapId + '/position.json', true); + xhr.open('GET', '/game/' + mapId + '/json', true); xhr.send(); },