Skip to content

Commit 2d356cd

Browse files
committed
remove some not used modules
1 parent 1d9bda0 commit 2d356cd

File tree

4 files changed

+3
-821
lines changed

4 files changed

+3
-821
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ wss.on("connection", (socket, req) => {
5959
var heldItem = null;
6060
var bot = mineflayer.createBot({
6161
host: query.get("server"),
62-
port:
63-
query.get("port") !== "null" ? query.get("port") : null,
62+
port: query.get("port") !== "null" ? query.get("port") : null,
6463
username: query.get("nick"),
6564
version: version,
6665
password:

0 commit comments

Comments
 (0)