diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/othello/maps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index e34e15bb54..2f8dc5ff79 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -61,7 +61,7 @@ export const roundedSixsix2: Map = { ' ---- ' + '--wb--' + '--bw--' + - ' -----' + + ' ---- ' + ' -- ' }; |