aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2026-03-28 14:09:06 +0100
committerDavid Skoland <davidskoland@gmail.com>2026-03-28 14:09:06 +0100
commit6f407b54c3251b90463bc508852b031d72b0c673 (patch)
treef5a86e282dd1c09b372fff842c5740b38bb1256e /webAO/client.ts
parent95145c824e252b030a5e53950c9f1ed39774c79a (diff)
remove UI related changes
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index 70450cf..5f35c69 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -14,7 +14,6 @@ import { EventEmitter } from "events";
import { onReplayGo } from "./dom/onReplayGo";
import { packetHandler } from "./packets/packetHandler";
import { appendICNotice } from "./client/appendICNotice";
-import { renderAreaList } from "./dom/renderAreaList";
import { loadResources } from "./client/loadResources";
import { AO_HOST } from "./client/aoHost";
import {
@@ -427,7 +426,7 @@ class Client extends EventEmitter {
resetAreaList() {
this.areas = [];
- renderAreaList();
+ document.getElementById("areas").innerHTML = "";
fetchBackgroundList();
fetchEvidenceList();
fetchCharacterList();