Don't let the host kick themselves from the game.

This commit is contained in:
Oliver-Akins 2020-10-20 22:45:33 -06:00
parent a56ba7fc96
commit 520aaee41e

View file

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