Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Dec 25, 2024
1 parent 2ce6ee5 commit 0330ab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanctumterra/client",
"version": "2.1.16",
"version": "2.1.17",
"minecraft": "1.21.50",
"description": "MCBE Client",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class Connection extends Listener {
priority: Priority = Priority.Normal,
): void {
const packetId = packet.getId();
console.log(packetId);
const hexId = packetId.toString(16).padStart(2, "0");
if (this.options.debug) {
Logger.debug(
Expand Down

0 comments on commit 0330ab3

Please sign in to comment.