diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 19:43:48 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 19:43:48 +0200 |
| commit | 3fa9207b0e9695ffef628e31aababbeda9e89368 (patch) | |
| tree | 4a2ab98231a75212f31038caf610d32036ce7127 /webAO/index.html | |
| parent | 6cb75379bc26f3fdfa57398797d03250994c20d9 (diff) | |
rename it to singleplayer for now as the replays don't work yet
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/index.html b/webAO/index.html index 859c7e7..dda9e0a 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -87,8 +87,8 @@ </div> </noscript> <ul class="serverlist" id="masterlist"> - <li id="server-2" class="unavailable" onmouseover="setServ(-2)"> - <p>Objection Maker</p> + <li id="server-2" class="available" onmouseover="setServ(-2)"> + <p>Singleplayer (beta)</p> <a class="button" href="client.html?mode=replay">Try</a> </li> <li id="server-1" class="unavailable" onmouseover="setServ(-1)"> |
