mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-19 17:50:24 -04:00
Fixes a spelling in a function name
This commit is contained in:
parent
4a7b1e48cd
commit
374ec71447
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -123,7 +123,7 @@ function createServer(options) {
|
||||||
verifyToken: client.verifyToken
|
verifyToken: client.verifyToken
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
logInClient();
|
loginClient();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue