aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-08-31 15:14:48 +0200
committerstonedDiscord <Tukz@gmx.de>2024-08-31 15:14:48 +0200
commit705bb39fbe20c2b17788b4f2ab859674edc02de6 (patch)
tree614e829cdf7442d3acce59b5f27a5ea062fb18c0 /webAO/client.ts
parent84db1ce9a2eaf6670605104d2ede8683159b67df (diff)
hide out of area players
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index ebfb36f..301fdfa 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -124,6 +124,7 @@ class Client extends EventEmitter {
chars: any;
emotes: any;
evidences: any;
+ area: number;
areas: any;
musics: any;
musics_time: boolean;
@@ -183,6 +184,7 @@ class Client extends EventEmitter {
this.chars = [];
this.emotes = [];
this.evidences = [];
+ this.area = 0;
this.areas = [];
this.musics = [];
this.musics_time = false;