diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-31 15:14:48 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-08-31 15:14:48 +0200 |
| commit | 705bb39fbe20c2b17788b4f2ab859674edc02de6 (patch) | |
| tree | 614e829cdf7442d3acce59b5f27a5ea062fb18c0 /webAO/client.ts | |
| parent | 84db1ce9a2eaf6670605104d2ede8683159b67df (diff) | |
hide out of area players
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 2 |
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; |
