aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-06-06 02:32:37 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-06-06 03:09:27 +0000
commit0523a57ebad8065c844a02da7db9db70cac290d5 (patch)
treeb08b89e33194d70c7766597b7212bc391970cbbe /webAO
parent8fdcb0fb1c6be75186f553f439604414d6bcf12f (diff)
Remove asset URL fallback to attorneyoffline.de
Diffstat (limited to 'webAO')
-rw-r--r--webAO/utils/queryParser.ts2
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") || "",