fix shitty netcode

This commit is contained in:
2024-11-03 01:24:44 -04:00
parent 3aaf87c50f
commit 045cf46708

View File

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