update arms race

This commit is contained in:
shoopea
2024-11-16 18:31:00 +01:00
parent 347e925af7
commit 4db3236a92
2 changed files with 2 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
}, 1000)
} else if (game == "6") {
setTimeout(() => {
rcon.execute_command(server_id, `mp_restartgame 20`);
rcon.execute_command(server_id, `mp_restartgame 30`);
}, 1000)
}