diff --git a/src/components/TownSquare.vue b/src/components/TownSquare.vue index 7af8aeb..470c70e 100644 --- a/src/components/TownSquare.vue +++ b/src/components/TownSquare.vue @@ -135,7 +135,7 @@ export default { } }, nominatePlayer(from, to) { - if (to === undefined && from !== this.nominate) { + if (to === undefined) { this.cancel(); if (from !== this.nominate) { this.nominate = from;