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