diff --git a/model/chain.js b/model/chain.js index 7c9c4b9..6a18566 100644 --- a/model/chain.js +++ b/model/chain.js @@ -4,7 +4,7 @@ const Dragonfly = global.Dragonfly; const cl = global.botanLoader; const fs = require( "fs" ); -const conf = cl.load( "config.sx.mvc" ); +const conf = cl.load( "config.all" ).sx.mvc; class Chain {