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
|
||||
v-if="is_host"
|
||||
class="kick"
|
||||
:disabled="player === username"
|
||||
@click.stop="kick_player(player)"
|
||||
>
|
||||
Kick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue