This commit is contained in:
shoopea 2024-10-29 20:27:46 +01:00
parent 3133176813
commit 3c1c2d18e6

View File

@ -211,7 +211,7 @@ $(document).ready(function () {
team1: $('#team1').val(),
team2: $('#team2').val(),
map: $('#map').val(),
mode: $('#mode').val(),
game: $('#game').val(),
server_id: window.server_id
};
send_post_request('/api/setup-game', data);