Skip to content

Commit

Permalink
Merge branch 'small-fix' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao committed Jan 21, 2022
2 parents 6a54251 + ffe83ad commit ec18585
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion client/visualizer/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,19 @@ export const SERVER_MAPS: Map<string, MapType> = new Map<string, MapType>([
["squer", MapType.SPRINT_1],
["uncomfortable", MapType.SPRINT_1],
["underground", MapType.SPRINT_1],
["valley", MapType.SPRINT_1]
["valley", MapType.SPRINT_1],
["chessboard", MapType.SPRINT_2],
["collaboration", MapType.SPRINT_2],
["dodgeball", MapType.SPRINT_2],
["equals", MapType.SPRINT_2],
["highway", MapType.SPRINT_2],
["nyancat", MapType.SPRINT_2],
["panda", MapType.SPRINT_2],
["pillars", MapType.SPRINT_2],
["snowflake", MapType.SPRINT_2],
["spine", MapType.SPRINT_2],
["stronghold", MapType.SPRINT_2],
["tower", MapType.SPRINT_2]
])

export function bodyTypeToString(bodyType: schema.BodyType) {
Expand Down

0 comments on commit ec18585

Please sign in to comment.