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:
parent
1de4664071
commit
545f932b94
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user