diff --git a/src/web/app/common/views/components/othello.room.vue b/src/web/app/common/views/components/othello.room.vue index 0fcca8548..60fdb32a4 100644 --- a/src/web/app/common/views/components/othello.room.vue +++ b/src/web/app/common/views/components/othello.room.vue @@ -111,7 +111,7 @@ export default Vue.extend({ onUpdateSettings(settings) { this.game.settings = settings; - this.mapName = this.game.settings.map.name; + this.mapName = Object.entries(maps).find(x => x[1].data.join('') == this.game.settings.map.join(''))[1].name; }, onMapChange(v) {