diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-08 23:57:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-08 23:57:33 +0900 |
| commit | 2526960f429ef41d4f23af662f39baa094be43eb (patch) | |
| tree | 01ed38d864dba9c90d1200fca7ad37742e4efe2c /src | |
| parent | Fix bug (diff) | |
| download | misskey-2526960f429ef41d4f23af662f39baa094be43eb.tar.gz misskey-2526960f429ef41d4f23af662f39baa094be43eb.tar.bz2 misskey-2526960f429ef41d4f23af662f39baa094be43eb.zip | |
oops
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--' + - ' -----' + + ' ---- ' + ' -- ' }; |