Disable connecting to the same network multiple times if lockNetwork is enabled

This commit is contained in:
Max Leiter 2022-09-07 21:34:24 -07:00
parent 85f83a7c9a
commit 5210cfe8e0

View file

@ -131,7 +131,6 @@ describe("Server", function () {
expect(data.defaultTheme).to.equal("default");
expect(data.themes).to.be.an("array");
expect(data.lockNetwork).to.equal(false);
expect(data.useHexIp).to.equal(false);
done();