From b872cde569ec26c47063cf813ab4fd5f4e8b0947 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---' + + ' --------' + + ' --------' + ' --------' };