This commit is contained in:
Cryptkeeper
2015-11-02 02:24:55 -06:00
parent f1eb418636
commit 72172514b0
2 changed files with 2 additions and 1 deletions

View File

@ -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();