fix shitty netcode

This commit is contained in:
lolcat 2024-11-03 01:24:44 -04:00
parent 3aaf87c50f
commit 045cf46708
1 changed files with 5 additions and 0 deletions

View File

@ -404,6 +404,11 @@ async function handshake(name, password){
break; break;
} }
}); });
ws.on("error", function(code, reason)){
deek.emit("error", "code=" + code + " reason=" + reason);
});
} }
/* /*