restart prophunt

This commit is contained in:
shoopea
2026-03-31 22:14:19 +02:00
parent 59123c99e4
commit e20d64ba31

View File

@@ -140,7 +140,7 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
}, 1000) }, 1000)
} else if (game == "7") { } else if (game == "7") {
setTimeout(() => { setTimeout(() => {
execute_cfg_on_server(server_id, './cfg/warmup_24.cfg'); execute_cfg_on_server(server_id, 'mp_restartgame 3');
}, 1000) }, 1000)
} }