add de_maginot+de_underpass

This commit is contained in:
shoopea
2025-09-22 19:56:38 +02:00
parent 77c6d6ca16
commit afc5d44f26
2 changed files with 8 additions and 0 deletions

View File

@@ -23,9 +23,15 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
case "de_memento":
map = 3165559377;
break;
case "de_maginot":
map = 3195399109;
break;
case "de_palais":
map = 3257582863;
break;
case "de_underpass":
map = 3087988625;
break;
case "de_whistle":
map = 3308613773;
break;