fix const names

This commit is contained in:
shoopea
2024-10-29 20:25:01 +01:00
parent e9182933ca
commit 3133176813
3 changed files with 13 additions and 13 deletions

View File

@@ -210,8 +210,8 @@ $(document).ready(function () {
const data = {
team1: $('#team1').val(),
team2: $('#team2').val(),
selectedMap: $('#selectedMap').val(),
game_mode: $('#game_mode').val(),
map: $('#map').val(),
mode: $('#mode').val(),
server_id: window.server_id
};
send_post_request('/api/setup-game', data);