Map editor improvements
This commit is contained in:
@ -52,7 +52,7 @@ const gameStore = useGameStore()
|
||||
onMounted(fetchMaps)
|
||||
|
||||
function fetchMaps() {
|
||||
gameStore.connection?.emit('gm:mapObject:list', {}, (response: Map[]) => {
|
||||
gameStore.connection?.emit('gm:map:list', {}, (response: Map[]) => {
|
||||
mapEditorStore.setMapList(response)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user