This commit is contained in:
Adrian Zankich 2014-09-08 13:43:11 -07:00
parent 021c1756dc
commit 12ae17eeb2
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ var Robot = module.exports = function Robot(opts) {
var auto_start = Config.auto_start || true; var auto_start = Config.auto_start || true;
if (true) { if (auto_start) {
this.start(); this.start();
} }
}; };