Bug fix for toggling zoneEditor

This commit is contained in:
Dennis Postma 2024-10-16 16:06:18 +02:00
parent e56e078042
commit e42c530685

View File

@ -133,7 +133,6 @@ const createScene = async (scene: Phaser.Scene) => {
onBeforeUnmount(() => {
isLoaded.value = false
gameStore.disconnectSocket()
})
</script>