mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 18:32:12 +00:00
disable spawn ads (#1477)
Spawn ads are bugged and not going away during the game.
This commit is contained in:
@@ -110,6 +110,8 @@ export class SpawnAd extends LitElement implements Layer {
|
||||
}
|
||||
|
||||
render() {
|
||||
// Disable ads for now.
|
||||
this.isVisible = false;
|
||||
if (!this.isVisible) {
|
||||
return html``;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user