disable loading/saving in tests

This commit is contained in:
Romain Beaumont 2016-01-05 02:15:18 +01:00
parent 48defee1e3
commit e7fe4d5051

View file

@ -66,6 +66,7 @@ describe("Server with mineflayer connection", function() {
options["online-mode"]=false;
options["port"]=25566;
options["view-distance"]=2;
options["regionFolder"]=undefined;
serv=mcServer.createMCServer(options);