summaryrefslogtreecommitdiff
path: root/src/api/endpoints/othello/match.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/endpoints/othello/match.ts')
-rw-r--r--src/api/endpoints/othello/match.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/othello/match.ts b/src/api/endpoints/othello/match.ts
index 05b87a541a..640be9cb57 100644
--- a/src/api/endpoints/othello/match.ts
+++ b/src/api/endpoints/othello/match.ts
@@ -38,7 +38,7 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
is_ended: false,
logs: [],
settings: {
- map: eighteight,
+ map: eighteight.data,
bw: 'random',
is_llotheo: false
}