diff --git a/lib/ping.js b/lib/ping.js index a3b09c3..111bd81 100644 --- a/lib/ping.js +++ b/lib/ping.js @@ -1,6 +1,7 @@ var mcpe_ping = require('mcpe-ping'); var mcpc_ping = require('mc-ping-updated'); +// This is a wrapper function for mc-ping-updated, mainly used to convert the data structure of the result. function pingMinecraftPC(host, port, timeout, callback) { var milliseconds = (new Date).getTime(); diff --git a/package.json b/package.json index 770b433..43db8b2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "keywords": [ "minetrack" ], - "author": "Cryptkeeper ", + "author": "Cryptkeeper ", "license": "MIT", "bugs": { "url": "https://github.com/Cryptkeeper/Minetrack/issues"