mirror of
https://github.com/xnite/MCSeeker.git
synced 2026-05-02 12:54:50 -07:00
@@ -13,7 +13,6 @@
|
||||
"mineflayer": "^4.0.0",
|
||||
"minimatch": "^3.0.4",
|
||||
"node-mcpe-color-parser": "^0.1.1",
|
||||
"tar-stream": "^2.2.0",
|
||||
"zlib": "^1.0.5"
|
||||
"tar-stream": "^2.2.0"
|
||||
}
|
||||
}
|
||||
@@ -127,7 +127,8 @@ scan.on('result', function(data){
|
||||
var theText = data.ip + ":" + data.port + "\t" + pingRes.version.name + "\t" + pingRes.players.online + " of " + pingRes.players.max + " players";
|
||||
if(process.params['show-desc'])
|
||||
{
|
||||
theText += "\t"+mcp(pingRes.description.text).replace(/\n/g, ' ');
|
||||
theText += "\t"+mcp(pingRes.description).replace(/\n/g, ' ');
|
||||
// pingRes.description is a string, not an object
|
||||
}
|
||||
if (SCAN_OPTS_OUTPUT_CSV)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user