Don't let the host kick themselves from the game.
This commit is contained in:
parent
a56ba7fc96
commit
520aaee41e
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
<button
|
<button
|
||||||
v-if="is_host"
|
v-if="is_host"
|
||||||
class="kick"
|
class="kick"
|
||||||
|
:disabled="player === username"
|
||||||
@click.stop="kick_player(player)"
|
@click.stop="kick_player(player)"
|
||||||
>
|
>
|
||||||
Kick
|
Kick
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue