From 8776a2baa706d4e0d42a3ecf729638c01d7404c5 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 11 Dec 2015 01:07:22 +0100 Subject: [PATCH] view distance of 1 in the test, fix #158 --- test/mineflayer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mineflayer.js b/test/mineflayer.js index a1df84b..1644f5f 100644 --- a/test/mineflayer.js +++ b/test/mineflayer.js @@ -34,6 +34,7 @@ describe("Server with mineflayer connection", function() { var options = settings; options["online-mode"]=false; options["port"]=25566; + options["view-distance"]=1; serv=mcServer.createMCServer(options);