This commit is contained in:
shoopea 2025-05-10 11:39:58 +02:00
parent 2a79226d47
commit 80c617615f

View File

@ -13,7 +13,7 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
const server_id = req.body.server_id;
const team1 = req.body.team1;
const team2 = req.body.team2;
const map = req.body.map;
var map = req.body.map;
const game = req.body.game.toString();
switch(map){