mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 19:20:54 +00:00
view distance of 1 in the test, fix #158
This commit is contained in:
parent
fcce925032
commit
8776a2baa7
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ describe("Server with mineflayer connection", function() {
|
||||||
var options = settings;
|
var options = settings;
|
||||||
options["online-mode"]=false;
|
options["online-mode"]=false;
|
||||||
options["port"]=25566;
|
options["port"]=25566;
|
||||||
|
options["view-distance"]=1;
|
||||||
|
|
||||||
serv=mcServer.createMCServer(options);
|
serv=mcServer.createMCServer(options);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue