From 8f2ad36c2ac4b2222c45e7a7dd67dc359f4fa513 Mon Sep 17 00:00:00 2001 From: Condorra Date: Mon, 20 Feb 2023 23:13:02 +1100 Subject: [PATCH] Go live - open to the public. --- assets/game.html | 5 ----- hugo-static/content/_index.md | 4 ++-- src/index.ts | 1 - 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/assets/game.html b/assets/game.html index b35a41e..9c4ef55 100644 --- a/assets/game.html +++ b/assets/game.html @@ -25,11 +25,6 @@
 
-
-
- Sorry, this game is not yet available for play. -
-

You must be 18+ to play Blastmud

diff --git a/hugo-static/content/_index.md b/hugo-static/content/_index.md index d5db08d..2e5417a 100644 --- a/hugo-static/content/_index.md +++ b/hugo-static/content/_index.md @@ -16,8 +16,8 @@ and is written in Rust, with contributions from the community encouraged. # Get started -* Mud client: game.blastmud.org port 2300 (not yet open). -* [ Play in browser](game.html) (not yet open). +* Mud client: game.blastmud.org port 2300. +* [ Play in browser](game.html). * [ Play on Android](https://play.google.com/store/apps/details?id=org.blastmud.game) (coming soon). * [ Our theme](theme) * [ Developer guide & source](developer) diff --git a/src/index.ts b/src/index.ts index 8b156cd..10cc008 100644 --- a/src/index.ts +++ b/src/index.ts @@ -71,7 +71,6 @@ if ('serviceWorker' in navigator) navigator.serviceWorker.register('service-work if (params["source"] && params["source"] === "android") { isScreened = true; sendLessExplicit = true; - document.getElementById("notyet").style.display = 'none'; } if (isScreened || window.localStorage['over18']) {