From 8cf9172c29d8e7d0a9b587df25484b4802033e11 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 9 Mar 2018 02:35:35 +0900 Subject: [PATCH] Fix islands map --- src/common/othello/maps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 0a9ff477a..77c18e10c 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -312,8 +312,8 @@ export const islands: Map = { ' - - ' + ' - - ' + ' --------' + - ' ---bw---' + - ' ---wb---' + + ' --------' + + ' --------' + ' --------' };