Map editor WIP
This commit is contained in:
@ -32,7 +32,7 @@ export default class MapRequestEvent extends BaseEvent {
|
||||
}
|
||||
|
||||
// Populate map with mapEventTiles and placedMapObjects
|
||||
await mapRepository.getEntityManager().populate(map, ['mapEventTiles', 'placedMapObjects'])
|
||||
await mapRepository.getEntityManager().populate(map, ['mapEffects', 'mapEventTiles', 'placedMapObjects', 'placedMapObjects.mapObject'])
|
||||
|
||||
return callback(map)
|
||||
} catch (error: any) {
|
||||
|
Reference in New Issue
Block a user