Skip to content

Commit c39a13f

Browse files
add map names
1 parent 3b91986 commit c39a13f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

client/src/constants.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ export const DIRECTIONS: Record<number, Array<number>> = {
2323

2424
export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
2525
// Default
26-
//'DefaultSmall',
27-
//'DefaultMedium',
28-
//'DefaultLarge',
29-
//'DefaultHuge',
26+
'DefaultSmall',
27+
'DefaultMedium',
28+
'DefaultLarge'
3029
// Sprint 1
3130
// Sprint 2
3231
// HS

0 commit comments

Comments
 (0)