summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-08 23:57:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-08 23:57:33 +0900
commit2526960f429ef41d4f23af662f39baa094be43eb (patch)
tree01ed38d864dba9c90d1200fca7ad37742e4efe2c /src
parentFix bug (diff)
downloadmisskey-2526960f429ef41d4f23af662f39baa094be43eb.tar.gz
misskey-2526960f429ef41d4f23af662f39baa094be43eb.tar.bz2
misskey-2526960f429ef41d4f23af662f39baa094be43eb.zip
oops
Diffstat (limited to 'src')
-rw-r--r--src/common/othello/maps.ts2
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--' +
- ' -----' +
+ ' ---- ' +
' -- '
};