fuk it
This commit is contained in:
@ -31,7 +31,7 @@ class CharacterManager {
|
||||
}
|
||||
|
||||
public getCharacterFromSocket(socket: TSocket) {
|
||||
return this.characters.find((x) => x.id === socket?.character?.id)
|
||||
return this.characters.find((x) => x.id === socket?.characterId)
|
||||
}
|
||||
|
||||
public getCharactersInZone(zone: Zone) {
|
||||
|
Reference in New Issue
Block a user