diff --git a/client.html b/client.html index 37497ca..ac5f575 100644 --- a/client.html +++ b/client.html @@ -122,6 +122,10 @@

FAQ

+
+

Experience problems with controlling the client?

+

The best thing to always try is reloading your webpage.

+

What is this?

This is the unloze webclient. You can play Zombie escape, Minigame and Zombie Riot with it. Visit our website at: https://unloze.com

@@ -141,7 +145,7 @@

Render Distance

-

For the sake of optimizing game performance we sometimes dont render far distant objects to the web client.

+

For the sake of optimizing game performance we sometimes dont render far distance.

Opening the in-game menu

@@ -385,7 +389,11 @@ }; sigWs.onerror = () => setStatus('Connection error'); - sigWs.onclose = () => { stopMic(); exitControl(); setStatus('Disconnected'); }; + sigWs.onclose = () => { + stopMic(); + exitControl(); + setStatus('Disconnected'); + }; } function waitForIce() {