add de_cache
This commit is contained in:
@@ -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
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user