Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Nov 23, 2024
1 parent a70539e commit 17888cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ client.on("disconnect", (netID) => {
client.on("raw", (netID, channelID, data) => {
const peer = new Peer(client, netID);
console.log("raw", data);
console.log(peer.enet.address, peer.port);
});

client.listen();
Expand Down

0 comments on commit 17888cb

Please sign in to comment.