correcting spelling of preferred on pronoun prompt

This commit is contained in:
Dave 2021-02-28 13:19:34 +00:00
parent ecb205e027
commit b9bd77789a
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ export default {
if (!this.session.isSpectator || this.player.id !== this.session.playerId)
return;
const pronouns = prompt(
"Player preffered pronouns",
"Player preferred pronouns",
this.player.pronouns
);
this.updatePlayer("pronouns", pronouns, true);