add mirage and office prophunt

This commit is contained in:
shoopea
2026-03-29 14:47:56 +02:00
parent b7761b0e5b
commit cb6f5e3cfc
2 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
const game = req.body.game.toString();
switch(map){
case "cs_office_prophunt":
map = 3644811896;
break;
case "de_assembly":
map = 3071005299;
break;
@@ -33,8 +36,11 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
map = 3246527710;
break;
case "de_inferno_prophunt":
map = 3608612434
break;
map = 3608612434;
break;
case "de_mirage_prophunt":
map = 3615968422;
break;
case "de_memento":
map = 3165559377;
break;