diff options
| author | stonedDiscord <stoned@derpymail.org> | 2016-05-30 13:51:31 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2016-05-30 13:51:31 +0200 |
| commit | c227260e83781b890cd8508376534f2298ca3e04 (patch) | |
| tree | d8298a761be2902192cf9cb2bce5e290700c3ead /master.html | |
| parent | 7e9996735d147e359e7916fda038919e7d9b0c4e (diff) | |
added spectator mode
Diffstat (limited to 'master.html')
| -rw-r--r-- | master.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master.html b/master.html index f8e3750..3ba7c32 100644 --- a/master.html +++ b/master.html @@ -55,7 +55,7 @@ </p> </div> <ul class="servs" id="masterlist"> - <li onmouseover="setServ(99)"><p>Localhost</p> <a class="button" href="watch.html?ip=127.0.0.1:27016">Watch</a></li> + <li onmouseover="setServ(99)"><p>Localhost</p> <a class="button" href="client.html?ip=127.0.0.1:27016">Watch</a><a class="button" href="client.html?ip=127.0.0.1:27016">Join</a></li> </ul> </div> |
