new maps
This commit is contained in:
@@ -48,13 +48,19 @@ class MapData {
|
||||
34: Map(id: 34, name: "Express", imageName: "bocw_express"),
|
||||
35: Map(id: 35, name: "Apocalypse", imageName: "bocw_apocalypse"),
|
||||
36: Map(id: 36, name: "Killhouse", imageName: "mw_killhouse"),
|
||||
37: Map(id: 37, name: "Al-Raab Airbase", imageName: "mw_airbase")
|
||||
37: Map(id: 37, name: "Al-Raab Airbase", imageName: "mw_airbase"),
|
||||
38: Map(id: 38, name: "Yamantau", imageName: "bocw_yamantau"),
|
||||
39: Map(id: 39, name: "Standoff", imageName: "bocw_standoff"),
|
||||
40: Map(id: 40, name: "Rush", imageName: "bocw_rush"),
|
||||
41: Map(id: 41, name: "Collateral", imageName: "bocw_collateral"),
|
||||
42: Map(id: 42, name: "Diesel", imageName: "bocw_diesel"),
|
||||
43: Map(id: 43, name: "Miami Strike", imageName: "bocw_miamistrike"),
|
||||
|
||||
]
|
||||
|
||||
static let bocwMaps = {
|
||||
|
||||
return [1,3,8,7,4,2,29,31,5,6,30,0,34].compactMap {
|
||||
return [1,3,8,7,4,2,29,31,5,6,30,0,34,38,39,40,41,42,43].compactMap {
|
||||
return allMaps[$0];
|
||||
}
|
||||
.sorted { (m1, m2) -> Bool in
|
||||
|
||||
Reference in New Issue
Block a user