add back in missing load commands
This commit is contained in:
parent
2f5c647c39
commit
4ae5757bae
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue