diff --git a/src/client/graphics/layers/PlayerPanel.ts b/src/client/graphics/layers/PlayerPanel.ts index 6ece2050e..ab95ac44d 100644 --- a/src/client/graphics/layers/PlayerPanel.ts +++ b/src/client/graphics/layers/PlayerPanel.ts @@ -732,7 +732,7 @@ export class PlayerPanel extends LitElement implements Layer { type: "indigo", }) : ""} - ${canKick + ${canKick && !this.g.isLobbyCreator(other) ? actionButton({ onClick: (e: MouseEvent) => this.handleKickClick(e, other), icon: disabledIcon,