mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-17 05:21:22 +00:00
disable loading/saving in tests
This commit is contained in:
parent
48defee1e3
commit
e7fe4d5051
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue