diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-20 00:52:30 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-20 21:10:04 +0100 |
| commit | 10d553972ac84f3b96455b351e4e9f8cc0a1fccd (patch) | |
| tree | fbc749019f73ec3584abfeea7e696902ad2f31ab /webAO | |
| parent | ced4123cb1c2d507e8795794e1538c6c7b98d2c1 (diff) | |
host isn't used
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/master.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/master.ts b/webAO/master.ts index 41a1688..68a0b3e 100644 --- a/webAO/master.ts +++ b/webAO/master.ts @@ -23,7 +23,6 @@ const clientVersion = process.env.npm_package_version; // const MASTERSERVER_IP = 'master.aceattorneyonline.com:27014'; const serverlist_domain = 'servers.aceattorneyonline.com'; const protocol = window.location.protocol; -const host = window.location.host; const serverlist_cache_key = 'masterlist'; |
