aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
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;