Skip to content

Commit

Permalink
less time for reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks-gaming committed Dec 14, 2024
1 parent b82bcbc commit 1df7e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/Maks-gaming/mineflayer-plasmovoice.git"
},
"version": "1.3.3b",
"version": "1.3.3c",
"description": "A plugin for mineflayer that allows you to play sounds with the Plasmovoice mod",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/packet/PacketSocketHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class PacketSocketHandler {
} else {
clearInterval(connector);
}
}, 3000);
}, 500);
});

this.socket.on("close", () => {
Expand Down

0 comments on commit 1df7e04

Please sign in to comment.