diff --git a/routes/game.js b/routes/game.js index 41cf535..c245693 100644 --- a/routes/game.js +++ b/routes/game.js @@ -140,7 +140,7 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => { }, 1000) } else if (game == "7") { setTimeout(() => { - execute_cfg_on_server(server_id, './cfg/warmup_24.cfg'); + execute_cfg_on_server(server_id, 'mp_restartgame 3'); }, 1000) }