From af62189e19791808f737ba4322c26f999bf792ac Mon Sep 17 00:00:00 2001 From: deathcap Date: Sat, 30 Jan 2016 22:34:26 -0800 Subject: [PATCH] Rename src/createClientAuto.js -> src/client/autoVersion.js --- src/{createClientAuto.js => client/autoVersion.js} | 1 - 1 file changed, 1 deletion(-) rename src/{createClientAuto.js => client/autoVersion.js} (98%) diff --git a/src/createClientAuto.js b/src/client/autoVersion.js similarity index 98% rename from src/createClientAuto.js rename to src/client/autoVersion.js index b307157..b88463f 100644 --- a/src/createClientAuto.js +++ b/src/client/autoVersion.js @@ -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