Load config from config/all
This commit is contained in:
parent
eef11245eb
commit
836bdfd33d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user