add back in missing load commands

This commit is contained in:
Todd Baur 2017-03-30 02:04:35 +09:00
parent 2f5c647c39
commit 4ae5757bae
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ Config.prototype.loadConfigFiles = function(options) {
this.plugins.loadPlugins();
this.load();
this.loadWebServerConfigFile();
this.loadChainTrackerFile();
this.loadPluginContractFiles();
};
Config.prototype.load = Config.prototype.reloadConfig = function() {