0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-11-14 16:27:56 +01:00

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

View File

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