From 81af1224585fcfe1af375ab0674c76f2ef1cafee Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 28 Feb 2021 14:51:15 +0000 Subject: [PATCH] making change pronoun option appear for story teller as well as seated player and updating flow control logic to allow story teller to change the pronouns for any player --- src/components/Player.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Player.vue b/src/components/Player.vue index deb9839..89991d9 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -155,7 +155,10 @@
  • Change Pronouns
  • @@ -242,7 +245,7 @@ export default { }, methods: { changePronouns() { - if (!this.session.isSpectator || this.player.id !== this.session.playerId) + if (this.session.isSpectator && this.player.id !== this.session.playerId) return; const pronouns = prompt( "Player preferred pronouns",