removing preferred, to mkae it just Player Pronouns

This commit is contained in:
Dave 2021-03-01 14:55:05 +00:00
parent 2a028bb7cd
commit 2590f00ea9
1 changed files with 1 additions and 2 deletions

View File

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