forked from noxious/server
Map event tile improvements
This commit is contained in:
@ -46,7 +46,7 @@ export class Map extends BaseEntity {
|
||||
|
||||
@OneToMany(() => PlacedMapObject, (pmo) => pmo.map, {
|
||||
name: 'placedMapObjects',
|
||||
orphanRemoval: true,
|
||||
orphanRemoval: true
|
||||
})
|
||||
placedMapObjects = new Collection<PlacedMapObject>(this)
|
||||
|
||||
|
Reference in New Issue
Block a user