forked from noxious/server
Enum bug fix
This commit is contained in:
@ -37,6 +37,6 @@ export class MapObject {
|
||||
@Property()
|
||||
updatedAt = new Date()
|
||||
|
||||
@OneToMany(() => ZoneObject, (zoneObject) => zoneObject.object)
|
||||
@OneToMany(() => ZoneObject, (zoneObject) => zoneObject.mapObject)
|
||||
zoneObjects = new Collection<ZoneObject>(this)
|
||||
}
|
||||
|
Reference in New Issue
Block a user