diff options
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") || "", |
