add de_cache

This commit is contained in:
shoopea
2026-04-29 18:05:28 +02:00
parent 56ed4fb7fa
commit f272a053a8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -239,6 +239,7 @@ $(document).ready(function () {
map_list.push("de_ancient");
map_list.push("de_ancient_night");
map_list.push("de_anubis");
map_list.push("de_cache");
map_list.push("de_dust2");
map_list.push("de_inferno");
map_list.push("de_mirage");
+1 -1
View File
@@ -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, 'mp_restartgame 3');
rcon.execute_command(server_id, 'mp_restartgame 3');
}, 1000)
}