1
0
forked from noxious/server

Init command works

This commit is contained in:
2024-12-26 04:21:35 +01:00
parent 9d72995225
commit 6a27ccff31
4 changed files with 59 additions and 25 deletions

View File

@ -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