1
0
forked from noxious/client

Map editor teleport enhancements

This commit is contained in:
2025-02-16 21:18:06 +01:00
parent af5a97f66d
commit bfb2bcb939
6 changed files with 12 additions and 16 deletions

View File

@ -91,7 +91,6 @@ function save() {
...currentMap,
mapId: currentMap.id
}
console.log(data)
gameStore.connection?.emit(SocketEvent.GM_MAP_UPDATE, data, (response: MapT) => {
mapStorage.update(response.id, response)