From 72172514b007436f2e359bf3cf8a20c65c86dd62 Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Mon, 2 Nov 2015 02:24:55 -0600 Subject: [PATCH] Update email to hello@cryptkpr.me from cryptkeeper@hypixel.net --- lib/ping.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"