From d246293202f7fbb37b0a43bba4e2a2212b9c6dff Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 21 Jan 2013 17:55:12 +0000 Subject: [PATCH] Fix [#186] --- run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.js b/run.js index 9b41610..6102988 100644 --- a/run.js +++ b/run.js @@ -27,7 +27,7 @@ var DBot = function(timers) { } // Load config - this.config = this.db.config; + this.config = _.clone(this.db.config); try { _.defaults(this.config, JSON.parse(fs.readFileSync('config.json', 'utf-8'))); } catch(err) {