Small improvement
This commit is contained in:
@ -83,7 +83,7 @@ const toggleTag = (tag: string) => {
|
||||
|
||||
onMounted(async () => {
|
||||
isModalOpen.value = true
|
||||
gameStore.connection.emit('gm:tile:list', {}, (response: Tile[]) => {
|
||||
gameStore.connection?.emit('gm:tile:list', {}, (response: Tile[]) => {
|
||||
zoneEditorStore.setTileList(response)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user