forked from noxious/client
Fix
This commit is contained in:
parent
4d18ebe457
commit
efeef80c02
@ -88,7 +88,7 @@ onMounted(async () => {
|
|||||||
zoneEditorStore.setObjectDepth(0)
|
zoneEditorStore.setObjectDepth(0)
|
||||||
|
|
||||||
isModalOpen.value = true
|
isModalOpen.value = true
|
||||||
gameStore.connection.emit('gm:object:list', {}, (response: Object[]) => {
|
gameStore.connection?.emit('gm:object:list', {}, (response: Object[]) => {
|
||||||
zoneEditorStore.setObjectList(response)
|
zoneEditorStore.setObjectList(response)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user