diff --git a/src/client/graphics/layers/LeftInGameAd.ts b/src/client/graphics/layers/LeftInGameAd.ts index 07db7657a..2231c8941 100644 --- a/src/client/graphics/layers/LeftInGameAd.ts +++ b/src/client/graphics/layers/LeftInGameAd.ts @@ -49,8 +49,9 @@ export class LeftInGameAd extends LitElement implements Layer { public async tick() { if (!this.isVisible && !this.g.inSpawnPhase() && this.screenLargeEnough()) { - console.log("showing bottom left ad"); - this.show(); + // TODO: uncomment to enable in-game ads + // console.log("showing bottom left ad"); + // this.show(); } if (this.isVisible && !this.screenLargeEnough()) { console.log("hiding bottom left ad");