diff --git a/script.js b/script.js index f535052..c225afd 100755 --- a/script.js +++ b/script.js @@ -1150,7 +1150,7 @@ $(function () { const isSecure = globalThis.location.protocol == "https:"; const port = - window.location.hostname == "www.multiplayerpiano.com" ? 443 : 8443; + window.location.hostname == "www.multiplayerpiano.dev" ? 443 : 8443; const gClient = new Client( (isSecure ? "wss://" : "ws://") + window.location.hostname + ":" + port );