diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-03-28 14:09:06 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-03-28 14:09:06 +0100 |
| commit | 6f407b54c3251b90463bc508852b031d72b0c673 (patch) | |
| tree | f5a86e282dd1c09b372fff842c5740b38bb1256e /webAO/client.ts | |
| parent | 95145c824e252b030a5e53950c9f1ed39774c79a (diff) | |
remove UI related changes
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 3 |
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(); |
