Skip to content

Commit

Permalink
fix(server/player): missing gender on createCharacter
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Nov 4, 2024
1 parent 5ceed3c commit 3e30752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/player/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ export class OxPlayer extends ClassInterface {
phoneNumber
),
isNew: true,
gender: data.gender,
};

this.#characters.push(character);
Expand Down

0 comments on commit 3e30752

Please sign in to comment.