diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-06-06 02:32:37 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-06-06 03:09:27 +0000 |
| commit | 0523a57ebad8065c844a02da7db9db70cac290d5 (patch) | |
| tree | b08b89e33194d70c7766597b7212bc391970cbbe /webAO | |
| parent | 8fdcb0fb1c6be75186f553f439604414d6bcf12f (diff) | |
Remove asset URL fallback to attorneyoffline.de
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/utils/queryParser.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/utils/queryParser.ts b/webAO/utils/queryParser.ts index 9a91795..1a66cae 100644 --- a/webAO/utils/queryParser.ts +++ b/webAO/utils/queryParser.ts @@ -18,7 +18,7 @@ const queryParser = (): QueryParams => { ip: urlParams.get("ip") || "", connect: urlParams.get("connect") || "", mode: urlParams.get("mode") || "join", - asset: urlParams.get("asset") || `${protocol}//attorneyoffline.de/base/`, + asset: urlParams.get("asset") || "", theme: urlParams.get("theme") || "default", serverName: urlParams.get("serverName") || "Attorney Online session", char: urlParams.get("char") || "", |
