diff --git a/src/routes/game/running.js b/src/routes/game/running.js index e387e7b..a33b8df 100644 --- a/src/routes/game/running.js +++ b/src/routes/game/running.js @@ -9,7 +9,7 @@ app.get("/:token", async (request, response) => { const running = await game.Running() if (!running && game) { - game.Close() + game.Stop() return response.json(false) }