view distance of 1 in the test, fix #158

This commit is contained in:
Romain Beaumont 2015-12-11 01:07:22 +01:00
parent fcce925032
commit 8776a2baa7

View file

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