mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Rename src/createClientAuto.js -> src/client/autoVersion.js
This commit is contained in:
parent
ea3b306988
commit
af62189e19
@ -28,7 +28,6 @@ function createClientAuto(options) {
|
||||
options.wait_connect = true; // don't let createClient / src/client/setProtocol proceed on socket 'connect' until 'connect_allowed'
|
||||
var client = createClient(options); // vanilla
|
||||
debug('pinging',options.host);
|
||||
// TODO: refactor with DNS SRV lookup in NMP
|
||||
// TODO: detect ping timeout, https://github.com/PrismarineJS/node-minecraft-protocol/issues/329
|
||||
ping(options, function(err, response) {
|
||||
if (err) throw err; // hmm
|
Loading…
x
Reference in New Issue
Block a user