fix another voting bug

This commit is contained in:
Steffen 2020-06-05 22:46:54 +02:00
parent d41eafda07
commit d916da41aa
1 changed files with 1 additions and 1 deletions

View File

@ -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;