diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 02:35:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 02:35:35 +0900 |
| commit | b872cde569ec26c47063cf813ab4fd5f4e8b0947 (patch) | |
| tree | 9f225ebcde3da3e31880e5b8884426a27da2fe64 /src | |
| parent | v4034 (diff) | |
| download | misskey-b872cde569ec26c47063cf813ab4fd5f4e8b0947.tar.gz misskey-b872cde569ec26c47063cf813ab4fd5f4e8b0947.tar.bz2 misskey-b872cde569ec26c47063cf813ab4fd5f4e8b0947.zip | |
Fix islands map
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/othello/maps.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 0a9ff477a6..77c18e10c1 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -312,8 +312,8 @@ export const islands: Map = { ' - - ' + ' - - ' + ' --------' + - ' ---bw---' + - ' ---wb---' + + ' --------' + + ' --------' + ' --------' }; |