Minor improvements

This commit is contained in:
2025-02-06 13:22:52 +01:00
parent 7730fd81bd
commit 90f3056e08
4 changed files with 48 additions and 9 deletions

View File

@ -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