de_mirage_bricks

This commit is contained in:
shoopea
2026-02-07 17:18:36 +01:00
parent 1265d0eac1
commit a44c147899
2 changed files with 5 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ router.post('/api/setup-game', is_authenticated, async (req, res) => {
case "de_maginot":
map = 3195399109;
break;
case "de_mirage_bricks":
map = 3464733042;
break;
case "de_palais":
map = 3257582863;
break;