set default value of check non server boxes to false

This commit is contained in:
casperlamboo 2016-04-21 15:02:50 +02:00
parent 1de4664071
commit 545f932b94
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default class Doodle3DManager extends EventDispatcher {
wifiboxid: 'Node JS Server',
localip: '127.0.0.1:3000'
}*/];
this.checkNonServerBoxes = true;
this.checkNonServerBoxes = false;
this.autoUpdate = false;
}