From 435cd7f4ae4f5eed9f75d509643c0905e28cc242 Mon Sep 17 00:00:00 2001 From: jenz Date: Wed, 10 Jun 2026 00:08:14 +0100 Subject: [PATCH] just faq adjustments i guess --- client.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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() {