forked from noxious/server
Init command works
This commit is contained in:
@ -29,8 +29,8 @@ export class Character extends BaseEntity {
|
||||
chats = new Collection<Chat>(this)
|
||||
|
||||
// Position
|
||||
@ManyToOne(() => Zone)
|
||||
zone!: Zone
|
||||
@ManyToOne(() => Zone, { nullable: true })
|
||||
zone?: Zone
|
||||
|
||||
@Property()
|
||||
positionX = 0
|
||||
|
Reference in New Issue
Block a user