Minor improvements

This commit is contained in:
2025-02-12 21:11:17 +01:00
parent e6412d8a65
commit 41e7832cbe
4 changed files with 8 additions and 59 deletions

View File

@ -59,9 +59,9 @@ defineExpose({
onMounted(fetchMaps)
function fetchMaps() {
gameStore.connection?.emit(SocketEvent.GM_MAP_LIST, {}, (response: Map[]) => {
mapList.value = response
})
// gameStore.connection?.emit(SocketEvent.GM_MAP_LIST, {}, (response: Map[]) => {
// mapList.value = response
// })
}
const { toPositionX, toPositionY, toRotation, toMap } = useRefTeleportSettings()