mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 14:01:13 +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;
|
||||
options["online-mode"]=false;
|
||||
options["port"]=25566;
|
||||
options["view-distance"]=1;
|
||||
|
||||
serv=mcServer.createMCServer(options);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue