disable spawn ads (#1477)

Spawn ads are bugged and not going away during the game.
This commit is contained in:
evanpelle
2025-07-17 19:46:44 -07:00
committed by GitHub
parent 9b3b825801
commit d59d1bba02
+2
View File
@@ -110,6 +110,8 @@ export class SpawnAd extends LitElement implements Layer {
}
render() {
// Disable ads for now.
this.isVisible = false;
if (!this.isVisible) {
return html``;
}