diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-04-01 13:48:47 +0200 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-04-01 13:48:47 +0200 |
| commit | db931bb13b99f7a058b178bc2460958b6356ca46 (patch) | |
| tree | 12266e09fb965a03bb9d9d14fd70ae5182bfbf22 /webAO/client.ts | |
| parent | d6163543f483c35737da52b7e307cf6f65828f82 (diff) | |
Enable auto pick area and char
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 05a40c9..8a01526 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -22,7 +22,8 @@ import { } from "./client/fetchLists"; import getCookie from "./utils/getCookie"; import setCookie from "./utils/setCookie"; -const { ip: serverIP, connect, mode, theme, serverName } = queryParser(); +const { ip: serverIP, connect, mode, theme, serverName, char: autoChar, area: autoArea } = queryParser(); +export { autoChar, autoArea }; document.title = serverName; |
