forked from noxious/client
Minor improvements
This commit is contained in:
@ -41,7 +41,7 @@ async function initialize() {
|
||||
}
|
||||
|
||||
const mapObjectStorage = new MapObjectStorage()
|
||||
const _mapObject = await mapObjectStorage.get(props.placedMapObject.mapObject)
|
||||
const _mapObject = await mapObjectStorage.get(props.placedMapObject.mapObject as string)
|
||||
if (!_mapObject) return
|
||||
|
||||
mapObject.value = _mapObject
|
||||
|
Reference in New Issue
Block a user