This commit is contained in:
syuilo 2018-03-09 18:46:51 +09:00
parent a01e292791
commit e469eb02d9

View file

@ -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) {