🐞 fix(gvg): 修复guild扩展服无法配置config
This commit is contained in:
@@ -207,7 +207,7 @@ async function treatStartLogic(app: _pinus.Application) {
|
||||
setGVGServerGroup();
|
||||
}
|
||||
if(app.getServerType() == 'guild') {
|
||||
|
||||
setGVGConfig()
|
||||
app.event.on('start_all', () => {
|
||||
setGVGConfig().then(initTeamToMem);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user