From 03f1f5bf75272c6494eb72df2d1fcbb1fb027374 Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Thu, 4 Feb 2021 16:05:05 +0100 Subject: [PATCH] Update feedback @moufmouf --- front/src/Phaser/Menu/MenuScene.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/front/src/Phaser/Menu/MenuScene.ts b/front/src/Phaser/Menu/MenuScene.ts index c65f8ed5..872af30c 100644 --- a/front/src/Phaser/Menu/MenuScene.ts +++ b/front/src/Phaser/Menu/MenuScene.ts @@ -117,10 +117,11 @@ export class MenuScene extends Phaser.Scene { const adminSection = this.menuElement.getChildByID('adminConsoleSection') as HTMLElement; adminSection.hidden = false; } - if (connectionManager.getConnexionType === GameConnexionTypes.anonymous){ + //TODO bind with future metadata of card + //if (connectionManager.getConnexionType === GameConnexionTypes.anonymous){ const adminSection = this.menuElement.getChildByID('socialLinks') as HTMLElement; adminSection.hidden = false; - } + //} this.tweens.add({ targets: this.menuElement, x: openedSideMenuX,