mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
fix another voting bug
This commit is contained in:
parent
d41eafda07
commit
d916da41aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue