mirror of https://github.com/bra1n/townsquare.git
removing preferred, to mkae it just Player Pronouns
This commit is contained in:
parent
2a028bb7cd
commit
2590f00ea9
|
@ -248,8 +248,7 @@ export default {
|
||||||
if (this.session.isSpectator && this.player.id !== this.session.playerId)
|
if (this.session.isSpectator && this.player.id !== this.session.playerId)
|
||||||
return;
|
return;
|
||||||
const pronouns =
|
const pronouns =
|
||||||
prompt("Player preferred pronouns", this.player.pronouns) ||
|
prompt("Player pronouns", this.player.pronouns) || this.player.pronouns;
|
||||||
this.player.pronouns;
|
|
||||||
this.updatePlayer("pronouns", pronouns, true);
|
this.updatePlayer("pronouns", pronouns, true);
|
||||||
},
|
},
|
||||||
toggleStatus() {
|
toggleStatus() {
|
||||||
|
|
Loading…
Reference in New Issue