From 376a523047efcc3fae8905b3e48ffbe6e515a85b Mon Sep 17 00:00:00 2001 From: evanpelle Date: Tue, 17 Jun 2025 13:22:25 -0700 Subject: [PATCH] remove in game ad --- src/client/graphics/layers/LeftInGameAd.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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");