This commit is contained in:
biglyderv 2024-09-30 08:37:56 -04:00
parent a3a0e88540
commit 1d62ac3883
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

@ -123,7 +123,7 @@ class Game extends GameBasic {
let that = this;
this.ws = new WebSocket(window.location.href);
this.ws = new WebSocket(origin);
this.ws.addEventListener('message', function (e) { that.recv(e) });