Teleport fix WIP
This commit is contained in:
@ -91,6 +91,7 @@ function save() {
|
||||
...currentMap,
|
||||
mapId: currentMap.id
|
||||
}
|
||||
console.log(data)
|
||||
|
||||
gameStore.connection?.emit(SocketEvent.GM_MAP_UPDATE, data, (response: MapT) => {
|
||||
mapStorage.update(response.id, response)
|
||||
|
Reference in New Issue
Block a user