Fix typo
This commit is contained in:
parent
021c1756dc
commit
12ae17eeb2
|
@ -123,7 +123,7 @@ var Robot = module.exports = function Robot(opts) {
|
|||
|
||||
var auto_start = Config.auto_start || true;
|
||||
|
||||
if (true) {
|
||||
if (auto_start) {
|
||||
this.start();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue