diff options
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 5f35c69..703ce73 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -23,7 +23,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; |
