Temp. fix for populating
This commit is contained in:
@ -23,7 +23,7 @@ export class CharacterHair extends BaseEntity {
|
||||
@Property()
|
||||
isSelectable = false
|
||||
|
||||
@ManyToOne({ nullable: true })
|
||||
@ManyToOne()
|
||||
sprite?: Sprite
|
||||
|
||||
setId(id: UUID) {
|
||||
|
Reference in New Issue
Block a user