diff --git a/src/js/game/hud/hud.js b/src/js/game/hud/hud.js index 3689d41a..898c9ff7 100644 --- a/src/js/game/hud/hud.js +++ b/src/js/game/hud/hud.js @@ -139,9 +139,9 @@ export class GameHUD { this.parts.sandboxController = new HUDSandboxController(this.root); } - if (!G_IS_RELEASE) { - this.parts.betaOverlay = new HUDBetaOverlay(this.root); - } + // if (!G_IS_RELEASE) { + this.parts.betaOverlay = new HUDBetaOverlay(this.root); + // } const frag = document.createDocumentFragment(); for (const key in this.parts) {