Small improvement

This commit is contained in:
2024-07-20 14:28:05 +02:00
parent 77b54932c5
commit 8adb4e6c84
2 changed files with 4 additions and 4 deletions

View File

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